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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 05:11:34 PDT 2019


MaskRay added a comment.

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.

Links: `--strip-sections` was implemented by D38335 <https://reviews.llvm.org/D38335>. In eu-strip, it was implemented by https://sourceware.org/git/?p=elfutils.git;a=commit;h=0b9d1fb534604a9ba19999cd8ce8e7efce28da24


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

https://reviews.llvm.org/D65787





More information about the llvm-commits mailing list