This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9467021 [InstCombine] Correct the check for vector GEPs new 72b6f29 Add ifunc support to ModuleSymbolTable. new b92b951 Re-land: "Make NativeExeSymbol a concrete subclass of NativeR [...]
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 +- include/llvm/IR/Module.h | 26 +++++++ 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/Object/ModuleSymbolTable.cpp | 6 +- test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 +++ test/Object/X86/nm-ir.ll | 3 + 10 files changed, 164 insertions(+), 40 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