[all-commits] [llvm/llvm-project] 93aee9: [DWARF5]: Added support for dumping strx forms in ...

Sourabh Singh Tomar via All-commits all-commits at lists.llvm.org
Mon May 11 21:59:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 93aee9ca8698111b2df2fda2a1a5a2f3ce4fc014
      https://github.com/llvm/llvm-project/commit/93aee9ca8698111b2df2fda2a1a5a2f3ce4fc014
  Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
    A llvm/test/DebugInfo/X86/debug-macinfo-strp.s
    A llvm/test/DebugInfo/X86/debug-macinfo-strx.s
    A llvm/test/DebugInfo/X86/debug-macro-empty-macro-offset.s
    A llvm/test/DebugInfo/X86/debug-macro-empty-str-offset.s
    A llvm/test/DebugInfo/X86/debug-macro-multi-cu-strx.s

  Log Message:
  -----------
  [DWARF5]: Added support for dumping strx forms in llvm-dwarfdump

This patch adds support for dumping DW_MACRO_define_strx,
DW_MACRO_undef_strx in llvm-dwarfdump. These forms are currently
supported only in debug_macro section.

Reviewed By: ikudrin, dblaikie

Differential Revision: https://reviews.llvm.org/D78736




More information about the All-commits mailing list