[PATCH] D41141: [llvm-objcopy] Add -S option to llvm-objcopy and llvm-strip

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 11:57:30 PST 2017


jakehehrlich added a comment.

In https://reviews.llvm.org/D41141#953572, @jhenderson wrote:

> Why is -S a hidden option?


It can't be given a consistent description across llvm-objcopy and llvm-strip (it's also the only option that has that property). It's also consistent with aliases for the long name options being hidden. In my mind it's really there for command line compatibility and nothing else.


Repository:
  rL LLVM

https://reviews.llvm.org/D41141





More information about the llvm-commits mailing list