This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy] Add ability to remove multiple sections by name
ClosedPublic

Authored by jakehehrlich on Sep 27 2017, 1:36 PM.

Details

Summary

This change adds the ability to use the "-R"/"-remove-section" option multiple times.

Diff Detail

Repository
rL LLVM

Event Timeline

jakehehrlich created this revision.Sep 27 2017, 1:36 PM
jhenderson accepted this revision.Sep 28 2017, 1:32 AM

LGTM with the comment change, and obviously once D38260 lands.

tools/llvm-objcopy/llvm-objcopy.cpp
59 ↗(On Diff #116875)

You can remove the TODO comment now!

This revision is now accepted and ready to land.Sep 28 2017, 1:32 AM
This revision was automatically updated to reflect the committed changes.