[lld/ELF] fix typos to cycle bots
This commit is contained in:
@@ -41,8 +41,8 @@ using namespace llvm::support::endian;
|
||||
using namespace lld;
|
||||
using namespace lld::elf;
|
||||
|
||||
// This function is explicity instantiated in ARM.cpp, don't do it here to avoid
|
||||
// warnings with MSVC.
|
||||
// This function is explicitly instantiated in ARM.cpp, don't do it here to
|
||||
// avoid warnings with MSVC.
|
||||
extern template void ObjFile<ELF32LE>::importCmseSymbols();
|
||||
extern template void ObjFile<ELF32BE>::importCmseSymbols();
|
||||
extern template void ObjFile<ELF64LE>::importCmseSymbols();
|
||||
@@ -323,7 +323,7 @@ template <class ELFT> static void doParseFile(InputFile *file) {
|
||||
// Add symbols in File to the symbol table.
|
||||
void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); }
|
||||
|
||||
// This function is explicity instantiated in ARM.cpp. Mark it extern here,
|
||||
// This function is explicitly instantiated in ARM.cpp. Mark it extern here,
|
||||
// to avoid warnings when building with MSVC.
|
||||
extern template void ObjFile<ELF32LE>::importCmseSymbols();
|
||||
extern template void ObjFile<ELF32BE>::importCmseSymbols();
|
||||
|
||||
Reference in New Issue
Block a user