diff options
| -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>; |

