[PATCH] D44148: [dwarfdump] Only print offset in verbose mode

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 06:22:28 PST 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, dblaikie, probinson.
Herald added subscribers: hiraditya, mehdi_amini.

Instead of only printing the offset in non-verbose mode, it makes more
sense to only printed the resolved address. In verbose mode we still
print both.


Repository:
  rL LLVM

https://reviews.llvm.org/D44148

Files:
  llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
  llvm/test/DebugInfo/X86/vla-dependencies.ll
  llvm/test/DebugInfo/X86/vla-global.ll
  llvm/test/DebugInfo/X86/vla-multi.ll
  llvm/test/tools/dsymutil/X86/basic-linking-x86.test
  llvm/test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
  llvm/test/tools/dsymutil/X86/basic-lto-linking-x86.test
  llvm/test/tools/llvm-dwarfdump/X86/gnu_call_site.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44148.137186.patch
Type: text/x-patch
Size: 16221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180306/6c481c19/attachment.bin>


More information about the llvm-commits mailing list