This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68d31bd128b [llvm-cov] Improve const-correctness of filters. NFC. new 932c395059b [dwarfdump] Add support for -debug-loc=OFFSET new 8d542e127f3 [dwarfdump] Add support for -debug-line=OFFSET
The 2 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/DWARF/DWARFDebugLoc.h | 14 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 7 +- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 50 +++- test/DebugInfo/Generic/lto-comp-dir.ll | 4 +- .../X86/stmt-list-multiple-compile-units.ll | 8 +- .../llvm-dwarfdump/X86/debug_line_offset.test | 28 +++ .../tools/llvm-dwarfdump/X86/debug_loc_offset.test | 17 ++ test/tools/llvm-dwarfdump/X86/debugloc.s | 277 +++++++++++++++++++++ 8 files changed, 393 insertions(+), 12 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/debug_line_offset.test create mode 100644 test/tools/llvm-dwarfdump/X86/debug_loc_offset.test create mode 100644 test/tools/llvm-dwarfdump/X86/debugloc.s