[PATCH] D53804: [llvm-objdump] add support for '--reloc' as an alias of -r (PR39407)

Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 00:16:59 PDT 2018


Higuoxing added a comment.

Thank you everyone,

In https://reviews.llvm.org/D53804#1281804, @kristina wrote:

> Hm, maybe it would be a good idea to make the shorthand versions visible (since `cl::alias` implies `cl::Hidden` by default)? I feel like these aliases shouldn't be buried all the way in `--help-hidden` since they're pretty common.


I agree with you. What if print help message like `gnu-objdump`?  I think we could make it more like `gnu-objdump`

And here's another issue complain about `--help` option: https://bugs.llvm.org/show_bug.cgi?id=37895


https://reviews.llvm.org/D53804





More information about the llvm-commits mailing list