This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89441d7 Fix build break after r298623 new 95ca5b5 Somehow this still breaks because of ANSI color codes in test [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 39 ----------- .../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 2 +- lib/DebugInfo/PDB/CMakeLists.txt | 1 - lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 79 ---------------------- lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 33 ++++++++- lib/DebugInfo/PDB/Native/NativeSession.cpp | 4 +- test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 --- 7 files changed, 35 insertions(+), 134 deletions(-) delete mode 100644 include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h delete mode 100644 lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp delete mode 100644 test/DebugInfo/PDB/Native/pdb-native-summary.test