This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 228d11f2a97 [X86] Replace -mcpu option with -mattr in LIT tests added i [...] new 5afc1530d6b [DebugInfo] - Fix for lld DWARF parsing of base address sel [...]
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/DebugInfo/DWARF/DWARFDebugRangeList.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 14 ++-- lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 2 + lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 25 +++++-- lib/DebugInfo/DWARF/DWARFUnit.cpp | 9 ++- .../dwarfdump-ranges-baseaddr-exe.elf-x86-64 | Bin 0 -> 1128 bytes test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s | 13 ++++ ...s-unrelocated.s => dwarfdump-ranges-baseaddr.s} | 81 +++++++++------------ 8 files changed, 85 insertions(+), 63 deletions(-) create mode 100644 test/DebugInfo/Inputs/dwarfdump-ranges-baseaddr-exe.elf-x86-64 create mode 100644 test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s copy test/DebugInfo/X86/{dwarfdump-ranges-unrelocated.s => dwarfdump-ranges-basead [...]