This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0b3e8d4de32 Fix -Wmissing-braces error. new 7c192eec2ff Teach llvm-pdbutil to dump types from object files.
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: .../DebugInfo/CodeView/LazyRandomTypeCollection.h | 1 + include/llvm/DebugInfo/CodeView/TypeHashing.h | 55 ++++++++++- .../CodeView/LazyRandomTypeCollection.cpp | 14 ++- test/DebugInfo/PDB/Inputs/obj-hashes-1.yaml | 50 ++++++++++ test/DebugInfo/PDB/Inputs/obj-hashes-2.yaml | 55 +++++++++++ test/DebugInfo/PDB/obj-globalhash.test | 54 +++++++++++ tools/llvm-pdbutil/DumpOutputStyle.cpp | 101 ++++++++++++++++----- tools/llvm-pdbutil/DumpOutputStyle.h | 1 + tools/llvm-readobj/COFFDumper.cpp | 1 + 9 files changed, 304 insertions(+), 28 deletions(-) create mode 100644 test/DebugInfo/PDB/Inputs/obj-hashes-1.yaml create mode 100644 test/DebugInfo/PDB/Inputs/obj-hashes-2.yaml create mode 100644 test/DebugInfo/PDB/obj-globalhash.test