[llvm-objdump] Add --no-print-imm-hex to the command guide

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
This commit is contained in:
gbreynoo 2021-06-29 17:18:32 +01:00
parent 56fa49878b
commit a37f558682
1 changed files with 4 additions and 0 deletions

View File

@ -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.