Add basic support for --rename-section=old=new to llvm-objcopy.
A full replacement for GNU objcopy requires also modifying flags (i.e. --rename-section=old=new,flag1,flag2); I'd like to keep that in a separate change to keep this simple.
Differential D49576
[llvm-objcopy] Add basic support for --rename-section rupprecht on Jul 19 2018, 4:48 PM. Authored by
Details Add basic support for --rename-section=old=new to llvm-objcopy. A full replacement for GNU objcopy requires also modifying flags (i.e. --rename-section=old=new,flag1,flag2); I'd like to keep that in a separate change to keep this simple.
Diff Detail
Event Timeline
Comment Actions to me LG, but I'd wait for Jake as well
Comment Actions I want to keep the public interface of Object as small as possible but other than that LGTM
Comment Actions Thanks for the suggestion; removing the Object method will probably make the next change (updating flags) simpler. |