Changes in directory llvm/lib/VMCore:
SymbolTable.cpp updated: 1.61 -> 1.62
---
Log message:
Reset DEBUG_SYMBOL_TABLE back to 0.
---
Diffs of the changes: (+1 -1)
SymbolTable.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/SymbolTable.cpp
diff -u llvm
Changes in directory llvm/lib/VMCore:
SymbolTable.cpp updated: 1.60 -> 1.61
---
Log message:
Fix compile error when DEBUG_SYMBOL_TABLE is defined.
---
Diffs of the changes: (+2 -2)
SymbolTable.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/VMCore/Symbol
Changes in directory llvm/lib/VMCore:
SymbolTable.cpp updated: 1.59 -> 1.60
---
Log message:
Fix an iterator invalidation problem in code used by the -strip pass
---
Diffs of the changes: (+1 -1)
SymbolTable.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VM