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

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 10:59:59 PDT 2019


wolfgangp added a comment.

I'm a bit unclear on what this means:

> The description should be changed to state that this is a strip option, so it seems a good fit for llvm-strip. We already have --strip-all --strip-all-gnu --strip-debug --strip-unneeded --strip-symbol so it seems natural to have another `--strip-*`.

What description should be changed? The help text? Right now I see few distinctions between the 2 invocations in the *.td files for objcopy and strip respectively.


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

https://reviews.llvm.org/D65787





More information about the llvm-commits mailing list