[all-commits] [llvm/llvm-project] 8e6d2f: [llvm] add -o flag to llvm-bitcode-strip

Richard Howell via All-commits all-commits at lists.llvm.org
Fri Mar 4 08:04:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e6d2fe4d4035b5fe198e06fc08b707b58a64c68
      https://github.com/llvm/llvm-project/commit/8e6d2fe4d4035b5fe198e06fc08b707b58a64c68
  Author: Richard Howell <rhow at fb.com>
  Date:   2022-03-04 (Fri, 04 Mar 2022)

  Changed paths:
    A llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
    M llvm/tools/llvm-objcopy/BitcodeStripOpts.td
    M llvm/tools/llvm-objcopy/ObjcopyOptions.cpp

  Log Message:
  -----------
  [llvm] add -o flag to llvm-bitcode-strip

Add the -o flag to specify an output path for llvm-bitcode-strip.
This matches the interface to the Xcode bitcode_strip tool.

Reviewed By: jhenderson

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




More information about the All-commits mailing list