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

Eugene Sharygin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 00:37:02 PDT 2018


eush added a comment.

Is there a way to make CommandLine print aliases more compactly? E.g.

  -x, -all-headers         - Display all available header information

instead of

  -all-headers             - Display all available header information
  -x                       - Alias for --all-headers

There are quite a few aliases.


https://reviews.llvm.org/D53804





More information about the llvm-commits mailing list