This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 805f1b7 [MIPS][LLVM-MC] Fix Disassemble of Negative Offset new 6795981 Recommit r270540 fix: forgot to commit the updated dwarfdump- [...]
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 | 8 ++- .../Inputs/dwarfdump-test-zlib.elf-x86-64 | Bin 9589 -> 10384 bytes .../Inputs/dwarfdump-test-zlibgnu.elf-x86-64} | Bin 10384 -> 10320 bytes test/DebugInfo/dwarfdump-zlib.test | 6 ++ 11 files changed, 86 insertions(+), 18 deletions(-) copy test/{tools/llvm-readobj/Inputs/compression.zlib.style.elf-x86-64 => DebugInf [...]