mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix the build when DEBUG_SYMBOL_TABLE is set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81633 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d624154034
commit
349a2ebbb3
@ -79,7 +79,7 @@ Type* TypeSymbolTable::remove(iterator Entry) {
|
||||
|
||||
#if DEBUG_SYMBOL_TABLE
|
||||
dump();
|
||||
errs() << " Removing Value: " << Result->getName() << "\n";
|
||||
errs() << " Removing Value: " << Result->getDescription() << "\n";
|
||||
#endif
|
||||
|
||||
tmap.erase(Entry);
|
||||
|
Loading…
Reference in New Issue
Block a user