[PATCH] D51593: [dwarfdump] Improve -diff option by hiding more.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 3 06:28:08 PDT 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, probinson.
Herald added subscribers: llvm-commits, hiraditya.
JDevlieghere added a reviewer: dblaikie.
JDevlieghere added a project: debug-info.

The `-diff` option makes it easy to diff dwarf by hiding addresses and offsets. However not all of them were hidden, which should be fixed by this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D51593

Files:
  llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
  llvm/test/tools/llvm-dwarfdump/X86/DW_AT_object_pointer.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51593.163709.patch
Type: text/x-patch
Size: 24911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180903/94c1a757/attachment.bin>


More information about the llvm-commits mailing list