[PATCH] D65787: [llvm-strip] Support --strip-sections with the llvm-strip command.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 05:30:10 PDT 2019


jhenderson added a comment.

In D65787#1616681 <https://reviews.llvm.org/D65787#1616681>, @MaskRay wrote:

> I am on the fence. On one side, for extensions that binutils does not support, I think it is fine to just support them in llvm-objcopy, not in llvm-strip. On the other side, `--strip-sections` is a strip-* option, so it isn't a bad fit for llvm-strip.


We have a concrete use-case for this internally, so I'd like to have it if there isn't a good reason not to.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65787/new/

https://reviews.llvm.org/D65787





More information about the llvm-commits mailing list