[PATCH] D63013: [llvm-dwarfdump] Add -o to help text and remove --out-file from documentation

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 09:51:52 PDT 2019


jhenderson added a comment.

In D63013#1535260 <https://reviews.llvm.org/D63013#1535260>, @aprantl wrote:

> 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.


Could we just delete --out-file, if we don't want people to use it?


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