[PATCH] D159224: [llvm-objdump] Enable assembly highlighting in llvm-objdump

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 07:57:10 PDT 2023


JDevlieghere added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:183
+
+.. option:: -M, --disassembler-color=<opt1[,opt2,...]>
+
----------------
jhenderson wrote:
> Is this really a `-M` option, given that that is the option for `--disassembler-options`?
No, good catch. That's a copy/paste error.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159224/new/

https://reviews.llvm.org/D159224



More information about the llvm-commits mailing list