summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-04-22 22:59:22 +0000
committerRui Ueyama <ruiu@google.com>2016-04-22 22:59:22 +0000
commite12fd0fc2c7c806f4d734d58cf48c05c2e9a12bb (patch)
tree1058d6e5befe472995f9e32a28387e9064de4027
parent7e8de01f84dda90c3a939b0be45686a9bcd2818f (diff)
downloadbcm5719-llvm-e12fd0fc2c7c806f4d734d58cf48c05c2e9a12bb.tar.gz
bcm5719-llvm-e12fd0fc2c7c806f4d734d58cf48c05c2e9a12bb.zip
Fix link failure.
llvm-svn: 267245
-rw-r--r--lld/ELF/InputSection.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp
index 98a39fba9fe..cb2cbba2677 100644
--- a/lld/ELF/InputSection.cpp
+++ b/lld/ELF/InputSection.cpp
@@ -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>;
OpenPOWER on IntegriCloud