Detemplate EhInputSection. NFC.
llvm-svn: 297077
diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp
index c6687bc..30ebe92 100644
--- a/lld/ELF/InputFiles.cpp
+++ b/lld/ELF/InputFiles.cpp
@@ -455,7 +455,7 @@
// .eh_frame_hdr section for runtime. So we handle them with a special
// class. For relocatable outputs, they are just passed through.
if (Name == ".eh_frame" && !Config->Relocatable)
- return make<EhInputSection<ELFT>>(this, &Sec, Name);
+ return make<EhInputSection>(this, &Sec, Name);
if (shouldMerge(Sec))
return make<MergeInputSection>(this, &Sec, Name);