[PATCH] D63013: [llvm-dwarfdump] Add --out-file to help text

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 06:38:42 PDT 2019


jhenderson added a comment.

Just checked clang, and its documentation and help text both mention '-o' and not '--out-file' or another equivalent long-form. I'm happy to change this to expose the '-o' option and replace '--out-file' in the documentation with '-o', if you think that's wise? I don't think we want inconsistency between the help text and documentation.


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