[PATCH] D87212: [llvm-objcopy][MachO] Add llvm-bitcode-strip driver

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 19:18:14 PDT 2020


alexshap added a comment.

@echristo

http://lists.llvm.org/pipermail/llvm-dev/2020-August/144506.html

1. There is a conflict between the command-line flags of `strip` and `bitcode_strip` on OSX
2. In cctools bitcode_strip and strip are different binaries, so in the future there is a chance that the number of conflicts will grow (in fact, some single-letter options (e.g. -T) were added to `strip` no so long ago).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87212



More information about the llvm-commits mailing list