[PATCH] D159224: [llvm-objdump] Enable assembly highlighting in llvm-objdump
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 00:35:56 PDT 2023
jhenderson added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:183
+
+.. option:: -M, --disassembler-color=<opt1[,opt2,...]>
+
----------------
Is this really a `-M` option, given that that is the option for `--disassembler-options`?
================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:187-189
+ * ``off``: Disable disassembler color output.
+ * ``on``: Enable disassembler color output.
+ * ``terminal``: Enable disassembler color output if the terminal supports it.
----------------
It's probably worth highlighting which of these is the default.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159224/new/
https://reviews.llvm.org/D159224
More information about the llvm-commits
mailing list