This is an archive of the discontinued LLVM Phabricator instance.

Add --strip-all option back to llvm-strip.
ClosedPublic

Authored by srhines on Jul 12 2018, 2:56 AM.

Details

Summary

This option appears to have been dropped as part of the refactoring in
r331663. Unfortunately, if we want to use llvm-strip as a drop-in
replacement for strip, this option should still be available.

Diff Detail

Repository
rL LLVM

Event Timeline

srhines created this revision.Jul 12 2018, 2:56 AM
This revision is now accepted and ready to land.Jul 12 2018, 9:51 AM
This revision was automatically updated to reflect the committed changes.