[PATCH] D96679: [llvm-objdump] Implement --prefix-strip option

Vinicius Tinti via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 17:04:47 PST 2021


tinti updated this revision to Diff 324815.
tinti added a comment.

Add range tests.
Add extra separator test.
Add assert.
Use uint32_t instead of int.
Comment about not using Path.h iterator.


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

https://reviews.llvm.org/D96679

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst
  llvm/docs/llvm-objdump.1
  llvm/test/tools/llvm-objdump/X86/source-interleave-prefix.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp
  llvm/tools/llvm-objdump/llvm-objdump.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96679.324815.patch
Type: text/x-patch
Size: 7423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210219/a6404d4d/attachment.bin>


More information about the llvm-commits mailing list