Fix link failure.
authorRui Ueyama <ruiu@google.com>
Fri, 22 Apr 2016 22:59:22 +0000 (22:59 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 22 Apr 2016 22:59:22 +0000 (22:59 +0000)
llvm-svn: 267245

lld/ELF/InputSection.cpp

index 98a39fb..cb2cbba 100644 (file)
@@ -505,6 +505,11 @@ template class elf::InputSection<ELF32BE>;
 template class elf::InputSection<ELF64LE>;
 template class elf::InputSection<ELF64BE>;
 
+template class elf::SplitInputSection<ELF32LE>;
+template class elf::SplitInputSection<ELF32BE>;
+template class elf::SplitInputSection<ELF64LE>;
+template class elf::SplitInputSection<ELF64BE>;
+
 template class elf::EHInputSection<ELF32LE>;
 template class elf::EHInputSection<ELF32BE>;
 template class elf::EHInputSection<ELF64LE>;