Skip to content

Commit

Permalink
[llvm-objdump] Add --no-print-imm-hex to the command guide
Browse files Browse the repository at this point in the history
The option --no-print-imm-hex was not included in the command guide for
llvm-objdump but appears in the help text. This commit adds it to the
command guide.

Differential Revision: https://reviews.llvm.org/D104717
  • Loading branch information
gbreynoo committed Jun 29, 2021
1 parent 56fa498 commit a37f558
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions llvm/docs/CommandGuide/llvm-objdump.rst
Expand Up @@ -169,6 +169,10 @@ OPTIONS

When disassembling, do not print leading addresses.

.. option:: --no-print-imm-hex

Do not use hex format for immediate values in disassembly output (default).

.. option:: --no-show-raw-insn

When disassembling, do not print the raw bytes of each instruction.
Expand Down

0 comments on commit a37f558

Please sign in to comment.