This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe27c10 [AMDGPU] Assembler: rework parsing of optional operands. new 5ad80b2 Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decom [...]
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/Object/COFF.h | 1 + include/llvm/Object/ELFObjectFile.h | 6 ++ include/llvm/Object/MachO.h | 1 + include/llvm/Object/ObjectFile.h | 6 ++ lib/DebugInfo/DWARF/DWARFContext.cpp | 68 ++++++++++++++++----- lib/Object/COFFObjectFile.cpp | 4 ++ lib/Object/MachOObjectFile.cpp | 4 ++ test/DebugInfo/Inputs/dwarfdump-test-zlib.cc | 9 ++- .../Inputs/dwarfdump-test-zlib.elf-x86-64 | Bin 9589 -> 10448 bytes .../Inputs/dwarfdump-test-zlibgnu.elf-x86-64 | Bin 0 -> 10384 bytes test/DebugInfo/dwarfdump-zlib.test | 6 ++ test/DebugInfo/llvm-symbolizer-zlib.test | 7 ++- 12 files changed, 92 insertions(+), 20 deletions(-) create mode 100644 test/DebugInfo/Inputs/dwarfdump-test-zlibgnu.elf-x86-64