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 a62cd7b commit 3b425c9Copy full SHA for 3b425c9
lldb/source/Plugins/ObjectFile/XCOFF/ObjectFileXCOFF.cpp
@@ -248,7 +248,6 @@ void ObjectFileXCOFF::ParseSymtab(Symtab &lldb_symtab) {
248
Expected<llvm::object::SymbolRef::Type> sym_type_or_err =
249
symbol_ref.getType();
250
symbol.SetType(MapSymbolType(sym_type_or_err.get()));
251
- printf("%s %d\n", symbol.GetName(), *sym_type_or_err);
252
253
lldb_symtab.AddSymbol(symbol);
254
}
0 commit comments