This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 229c3418bc5 [DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header. new 6d338d10251 [AMDGPU][mc][tests] Updated generated lit tests for GFX8/9 new e8850416f69 [DebugInfo] Dump a .debug_line section, including line-numb [...]
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/DWARFDebugLine.h | 4 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 18 +- test/DebugInfo/X86/dwarfdump-line-only.s | 93 + test/DebugInfo/dwarfdump-64-bit-dwarf.test | 30 + test/MC/AMDGPU/gfx8_asm_all.s | 2007 ++++++++++++++++ test/MC/AMDGPU/gfx9_asm_all.s | 3105 +++++++++++++++++++++++++ test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt | 1683 ++++++++++++++ test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt | 2919 +++++++++++++++++++++++ 9 files changed, 9857 insertions(+), 7 deletions(-) create mode 100644 test/DebugInfo/X86/dwarfdump-line-only.s