[PATCH] D110551: [llvm-objdump] Fix --prefix and --prefix-strip

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 07:32:48 PDT 2021


gbreynoo created this revision.
gbreynoo added reviewers: MaskRay, thakis, tinti.
Herald added a subscriber: rupprecht.
Herald added a reviewer: jhenderson.
gbreynoo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

In the command guide --prefix and --prefix-strip is used in the form `--prefix=<prefix>` however currently it is used in the form  `--prefix <prefix>`. This change fixes these options to match the command guide.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110551

Files:
  llvm/test/tools/llvm-objdump/X86/source-interleave-prefix-windows.test
  llvm/test/tools/llvm-objdump/X86/source-interleave-prefix.test
  llvm/tools/llvm-objdump/ObjdumpOpts.td
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110551.375245.patch
Type: text/x-patch
Size: 8425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210927/b60a8307/attachment.bin>


More information about the llvm-commits mailing list