This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy][MachO] Implement --strip-debug
ClosedPublic

Authored by MaskRay on Nov 19 2019, 6:07 PM.

Diff Detail

Event Timeline

MaskRay created this revision.Nov 19 2019, 6:07 PM
This revision is now accepted and ready to land.Nov 20 2019, 6:30 PM
This revision was automatically updated to reflect the committed changes.
smeenai added a subscriber: smeenai.Dec 3 2019, 7:13 PM
smeenai added inline comments.
llvm/test/tools/llvm-objcopy/MachO/strip-debug.test
1

This isn't actually calling llvm-strip, as far as I can see? Is the llvm-strip driver supported for Mach-O?

MaskRay marked an inline comment as done.Dec 3 2019, 7:55 PM
MaskRay added inline comments.
llvm/test/tools/llvm-objcopy/MachO/strip-debug.test
1
jhenderson added inline comments.Dec 4 2019, 1:57 AM
llvm/test/tools/llvm-objcopy/MachO/strip-debug.test
1

For future reference, I believe the above link should be https://reviews.llvm.org/D70995