mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
[WebAssembly] Remove excess debugging. NFC.
llvm-svn: 323286
This commit is contained in:
@@ -751,9 +751,7 @@ void Writer::assignIndexes() {
|
||||
if (Reloc.Type != R_WEBASSEMBLY_TABLE_INDEX_I32 &&
|
||||
Reloc.Type != R_WEBASSEMBLY_TABLE_INDEX_SLEB)
|
||||
continue;
|
||||
DEBUG(dbgs() << "getFunctionSymbol: " << Reloc.Index << "\n");
|
||||
Symbol *Sym = File->getFunctionSymbol(Reloc.Index);
|
||||
DEBUG(dbgs() << "gotFunctionSymbol: " << Sym->getName() << "\n");
|
||||
if (Sym->hasTableIndex() || !Sym->hasOutputIndex())
|
||||
continue;
|
||||
Sym->setTableIndex(TableIndex++);
|
||||
|
||||
Reference in New Issue
Block a user