[PATCH] D36993: [llvm-dwarfdump] Print type names in DW_AT_type DIEs

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 14:25:29 PDT 2017


JDevlieghere updated this revision to Diff 112611.
JDevlieghere marked 8 inline comments as done.
JDevlieghere added a comment.

Thanks for the feedback everyone, it is very much appreciated!

I forgot to add my test case again after adding the type dumper. I've included a more elaborate example that covers references, pointers and arrays.


Repository:
  rL LLVM

https://reviews.llvm.org/D36993

Files:
  lib/DebugInfo/DWARF/DWARFDie.cpp
  test/DebugInfo/AMDGPU/pointer-address-space.ll
  test/DebugInfo/Generic/cross-cu-inlining.ll
  test/DebugInfo/Generic/enum-types.ll
  test/DebugInfo/Generic/member-pointers.ll
  test/DebugInfo/Generic/tu-composite.ll
  test/DebugInfo/Generic/tu-member-pointer.ll
  test/DebugInfo/X86/default-subrange-array.ll
  test/DebugInfo/X86/empty-array.ll
  test/DebugInfo/X86/fission-cu.ll
  test/DebugInfo/X86/nondefault-subrange-array.ll
  test/DebugInfo/X86/ref_addr_relocation.ll
  test/DebugInfo/X86/subrange-type.ll
  test/DebugInfo/dwarfdump-type-units.test
  test/Linker/Inputs/type-unique-simple2-a.ll
  test/Linker/type-unique-simple-a.ll
  test/Linker/type-unique-type-array-a.ll
  test/tools/dsymutil/X86/basic-linking-x86.test
  test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
  test/tools/dsymutil/X86/basic-lto-linking-x86.test
  test/tools/dsymutil/X86/modules.m
  test/tools/dsymutil/X86/odr-member-functions.cpp
  test/tools/llvm-dwarfdump/X86/verify_type_names.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36993.112611.patch
Type: text/x-patch
Size: 63275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170824/19b12b18/attachment-0001.bin>


More information about the llvm-commits mailing list