[PATCH] D63013: [llvm-dwarfdump] Add --out-file to help text
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 8 08:58:16 PDT 2019
aprantl added a comment.
I'm mildly against this change. IIRC, the idea was that --out-file is a long-form option that nobody uses in practice and we wanted people to prefer -o instead, which is what people are most familiar with working with compilers. So if -o shows up in the --help output, I'd leave it at that.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63013/new/
https://reviews.llvm.org/D63013
More information about the llvm-commits
mailing list