This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aae528ec39e Fix misspelled filenames in file headers new 29400a2fb2b [CodeView] Fix cycles in debug info when merging Types with [...]
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/GlobalTypeTableBuilder.h | 22 +++- include/llvm/DebugInfo/CodeView/TypeHashing.h | 31 ++++- lib/DebugInfo/CodeView/TypeHashing.cpp | 8 +- lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 5 +- .../tools/llvm-readobj/codeview-merging-ghash.test | 132 +++++++++++++++++++++ tools/llvm-readobj/COFFDumper.cpp | 43 ++++--- tools/llvm-readobj/ObjDumper.h | 14 ++- tools/llvm-readobj/llvm-readobj.cpp | 28 ++++- 8 files changed, 249 insertions(+), 34 deletions(-) create mode 100644 test/tools/llvm-readobj/codeview-merging-ghash.test