[all-commits] [llvm/llvm-project] 907218: [llvm-objdump] Fix --prefix and --prefix-strip

gbreynoo via All-commits all-commits at lists.llvm.org
Thu Oct 7 07:54:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9072183cb6346926fefa0c0d24cdc31cf028dcc8
      https://github.com/llvm/llvm-project/commit/9072183cb6346926fefa0c0d24cdc31cf028dcc8
  Author: gbreynoo <Owen.Reynolds at sony.com>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M llvm/test/tools/llvm-objdump/X86/source-interleave-prefix.test
    M llvm/tools/llvm-objdump/ObjdumpOpts.td

  Log Message:
  -----------
  [llvm-objdump] Fix --prefix and --prefix-strip

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.

Differential Revision: https://reviews.llvm.org/D110551




More information about the All-commits mailing list