[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
Wed Aug 23 16:38:55 PDT 2017


JDevlieghere updated this revision to Diff 112480.
JDevlieghere edited the summary of this revision.
JDevlieghere added a reviewer: friss.
JDevlieghere added a comment.
Herald added subscribers: nhaehnle, mehdi_amini.

- Use a more intelligent approach to dumping type names
- Update tests


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36993.112480.patch
Type: text/x-patch
Size: 42825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170823/eb0f6d4b/attachment-0001.bin>


More information about the llvm-commits mailing list