This is an archive of the discontinued LLVM Phabricator instance.

[llvm-strip] Expose --keep-symbol option
ClosedPublic

Authored by alexander-shaposhnikov on May 22 2018, 1:17 PM.

Details

Summary

Expose --keep-symbol option in llvm-strip.
Test plan: make check-all

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.May 22 2018, 1:30 PM
jhenderson added inline comments.May 23 2018, 2:00 AM
test/tools/llvm-objcopy/strip-all-and-keep-symbol.test
6 ↗(On Diff #148085)

Maybe worth a quick comment saying why we copy and compare %t.

This revision was automatically updated to reflect the committed changes.