This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c33642e [Support] Support both Windows and Posix paths on both platforms. new 5fa4774 Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB] new 5ff3774 Fix linux build.
The 2 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 +- lib/Support/Unix/Path.inc | 3 +- test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 +++ 8 files changed, 136 insertions(+), 36 deletions(-) create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h create mode 100644 lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp create mode 100644 test/DebugInfo/PDB/Native/pdb-native-summary.test