This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78efcda4e24 Revert r343948 "[LegalizeDAG] Make one of the ReplaceNode s [...] new cffc876a145 [PDB] Add the ability to lookup global symbols by name.
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: include/llvm/DebugInfo/CodeView/SymbolRecord.h | 16 +++++- include/llvm/DebugInfo/PDB/Native/DbiStream.h | 2 +- include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 10 +++- .../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 5 +- lib/DebugInfo/CodeView/SymbolDumper.cpp | 3 +- lib/DebugInfo/PDB/Native/DbiStream.cpp | 2 +- lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 59 ++++++++++++++++++++-- lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 8 +++ test/DebugInfo/PDB/pdbdump-global-lookup.test | 22 ++++++++ tools/llvm-pdbutil/DumpOutputStyle.cpp | 41 +++++++++++++-- tools/llvm-pdbutil/llvm-pdbutil.cpp | 5 ++ tools/llvm-pdbutil/llvm-pdbutil.h | 1 + 12 files changed, 158 insertions(+), 16 deletions(-) create mode 100644 test/DebugInfo/PDB/pdbdump-global-lookup.test