[PATCH] D70476: [llvm-objcopy][MachO] Implement --strip-debug

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 01:58:39 PST 2019


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/MachO/strip-debug.test:1
+## Show that llvm-objcopy/llvm-strip removes all symbols and debug sections.
+
----------------
MaskRay wrote:
> smeenai wrote:
> > This isn't actually calling llvm-strip, as far as I can see? Is the llvm-strip driver supported for Mach-O?
> https://reviews.llvm.org/D70476
For future reference, I believe the above link should be https://reviews.llvm.org/D70995


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70476





More information about the llvm-commits mailing list