From f04777527e53d148d972c1198bc034ac4ce8f955 Mon Sep 17 00:00:00 2001 From: Eugene Leviant Date: Fri, 25 Nov 2016 16:42:04 +0000 Subject: [PATCH] [ELF] Add explicit template instantiations for toString llvm-svn: 287938 --- lld/ELF/InputSection.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lld/ELF/InputSection.cpp b/lld/ELF/InputSection.cpp index 998e8c68da31..9dc769ff2e86 100644 --- a/lld/ELF/InputSection.cpp +++ b/lld/ELF/InputSection.cpp @@ -823,3 +823,8 @@ template class elf::MergeInputSection; template class elf::MergeInputSection; template class elf::MergeInputSection; template class elf::MergeInputSection; + +template std::string elf::toString(const InputSectionBase *); +template std::string elf::toString(const InputSectionBase *); +template std::string elf::toString(const InputSectionBase *); +template std::string elf::toString(const InputSectionBase *);