diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index cd3d14b..b156b21 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -179,6 +179,15 @@ OPTIONS * ``att``: x86 only (default). Print in the AT&T syntax. * ``intel``: x86 only. Print in the intel syntax. + +.. option:: --disassembler-color=<mode> + + Enable or disable disassembler color output. + + * ``off``: Disable disassembler color output. + * ``on``: Enable disassembler color output. + * ``terminal``: Enable disassembler color output if the terminal supports it (default). + .. option:: --mcpu=<cpu-name> Target a specific CPU type for disassembly. Specify ``--mcpu=help`` to display |