[PATCH] D56635: [llvm-symbolizer] Add -addresses, -a as aliases for -print-address
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 14 02:01:46 PST 2019
jhenderson added a comment.
One thing I've noticed is that single-letter arguments can be combined in GNU addr2line (e.g. `addr2line -aC` means demangle and print addresses), but not llvm-symbolizer as things stand. I'll file a bug for it, as it's probably worth fixing this all in one go.
The fix can be done by using the cl::Grouping attribute, I believe.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56635/new/
https://reviews.llvm.org/D56635
More information about the llvm-commits
mailing list