[PATCH] D53804: [llvm-objdump] add support for '--reloc' as an alias of -r (PR39407)
Kristina Brooks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 31 00:10:00 PDT 2018
kristina accepted this revision.
kristina added a comment.
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.
https://reviews.llvm.org/D53804
More information about the llvm-commits
mailing list