[ELF] Attempt to fix FreeBSD build bot (no template instantiation for getOutputSectionName)

llvm-svn: 276133
This commit is contained in:
Eugene Leviant 2016-07-20 15:42:34 +00:00
parent 22c9e7b295
commit f2ea038a4e
1 changed files with 5 additions and 0 deletions

View File

@ -1327,3 +1327,8 @@ template bool elf::needsPtLoad<ELF32LE>(OutputSectionBase<ELF32LE> *);
template bool elf::needsPtLoad<ELF32BE>(OutputSectionBase<ELF32BE> *);
template bool elf::needsPtLoad<ELF64LE>(OutputSectionBase<ELF64LE> *);
template bool elf::needsPtLoad<ELF64BE>(OutputSectionBase<ELF64BE> *);
template StringRef elf::getOutputSectionName<ELF32LE>(InputSectionBase<ELF32LE> *);
template StringRef elf::getOutputSectionName<ELF32BE>(InputSectionBase<ELF32BE> *);
template StringRef elf::getOutputSectionName<ELF64LE>(InputSectionBase<ELF64LE> *);
template StringRef elf::getOutputSectionName<ELF64BE>(InputSectionBase<ELF64BE> *);