[PATCH] D55721: llvm-dwarfdump: Improve/fix pretty printing of array dimensions

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 08:39:37 PST 2018


dblaikie updated this revision to Diff 178692.
dblaikie added a comment.

Use language default lower bound to inform size calculation from upper_bound with no lower bound
Use [size] rendering when explicit lower bound matches language default


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55721/new/

https://reviews.llvm.org/D55721

Files:
  include/llvm/BinaryFormat/Dwarf.def
  include/llvm/BinaryFormat/Dwarf.h
  lib/BinaryFormat/Dwarf.cpp
  lib/DebugInfo/DWARF/DWARFDie.cpp
  lib/IR/DebugInfo.cpp
  test/tools/llvm-dwarfdump/X86/prettyprint_types.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55721.178692.patch
Type: text/x-patch
Size: 13279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181218/669e7a86/attachment.bin>


More information about the llvm-commits mailing list