diff options
| author | Rui Ueyama <ruiu@google.com> | 2016-04-22 22:59:22 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2016-04-22 22:59:22 +0000 |
| commit | e12fd0fc2c7c806f4d734d58cf48c05c2e9a12bb (patch) | |
| tree | 1058d6e5befe472995f9e32a28387e9064de4027 | |
| parent | 7e8de01f84dda90c3a939b0be45686a9bcd2818f (diff) | |
| download | bcm5719-llvm-e12fd0fc2c7c806f4d734d58cf48c05c2e9a12bb.tar.gz bcm5719-llvm-e12fd0fc2c7c806f4d734d58cf48c05c2e9a12bb.zip | |
Fix link failure.
llvm-svn: 267245
| -rw-r--r-- | lld/ELF/InputSection.cpp | 5 |
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>; |

