[PATCH] D56853: [llvm-objdump] - Show aliases in -help.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 01:46:08 PST 2019
jhenderson added a comment.
Thanks for working on this! I agree that testing for this is somewhat tricky, and I don't have any suggestions for how to improve it.
I have a feeling that the option categorisation is more general to LLVM, rather than specifically llvm-objdump, from memory, but I haven't dug into this recently. IIRC, the "Generic" options category is not provided by llvm-objdump at all, and is instead somewhere in the CommandLine library.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56853/new/
https://reviews.llvm.org/D56853
More information about the llvm-commits
mailing list