We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf8576 commit b52feaaCopy full SHA for b52feaa
lld/ELF/LTO.cpp
@@ -235,8 +235,6 @@ void BitcodeCompiler::add(BitcodeFile &f) {
235
const lto::InputFile::Symbol &objSym = objSyms[i];
236
lto::SymbolResolution &r = resols[i];
237
238
- dbgs() << sym->
239
-
240
// Ideally we shouldn't check for SF_Undefined but currently IRObjectFile
241
// reports two symbols for module ASM defined. Without this check, lld
242
// flags an undefined in IR with a definition in ASM as prevailing.
0 commit comments