[all-commits] [llvm/llvm-project] ea83e0: llvm-dwarfdump: Dump address forms in their encode...

David Blaikie via All-commits all-commits at lists.llvm.org
Sun Oct 4 15:49:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ea83e0b17ecf5dc0cf228afb334aa72ce9b5aec1
      https://github.com/llvm/llvm-project/commit/ea83e0b17ecf5dc0cf228afb334aa72ce9b5aec1
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-10-04 (Sun, 04 Oct 2020)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
    M llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
    M llvm/test/DebugInfo/MIR/ARM/subregister-full-piece.mir
    M llvm/test/DebugInfo/MIR/Hexagon/bundled-call-pr44001.mir
    M llvm/test/DebugInfo/Mips/dbg-call-site-low-pc.ll
    M llvm/test/DebugInfo/X86/debug-loc-offset.mir
    M llvm/test/DebugInfo/X86/debug_addr.ll
    M llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
    M llvm/test/MC/ARM/dwarf-asm-nonstandard-section.s
    M llvm/test/MC/ARM/dwarf-asm-single-section.s
    M llvm/test/MC/MachO/gen-dwarf.s
    M llvm/test/MC/WebAssembly/debug-localvar.ll
    M llvm/test/MC/WebAssembly/dwarfdump.ll
    M llvm/test/tools/llvm-dwarfdump/X86/gnu_call_site.s
    M llvm/test/tools/llvm-dwarfdump/X86/tombstone.s

  Log Message:
  -----------
  llvm-dwarfdump: Dump address forms in their encoded length rather than always in 64 bits

Few places did this already - refactor them all into a common helper.




More information about the All-commits mailing list