[PATCH] D110633: [llvm-objdump][docs] Add details to the help output and command guide
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 6 20:59:25 PDT 2021
MaskRay accepted this revision.
MaskRay added a comment.
Thanks! Sorry for the slow response. I was out of town for one week.
================
Comment at: llvm/tools/llvm-objdump/ObjdumpOpts.td:200
+ "source-level variables alongside disassembly. "
+ "The supported formats are ascii and unicode, "
+ "defaulting to unicode">,
----------------
For `--help` messages, shorter syntax like `Supported formats: ascii, unicode (default)` may look better.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110633/new/
https://reviews.llvm.org/D110633
More information about the llvm-commits
mailing list