diff options
author | gbreynoo <Owen.Reynolds@sony.com> | 2021-06-29 17:18:32 +0100 |
---|---|---|
committer | gbreynoo <Owen.Reynolds@sony.com> | 2021-06-29 17:18:32 +0100 |
commit | a37f558682e479686cf1644a6aa70b8f46fa1b6a (patch) | |
tree | 5158f88eb4b02abef53997931a6cf4c18f361cd4 /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | 56fa49878b71a1d92b9a93b586cff26829abe157 (diff) | |
download | llvm-a37f558682e479686cf1644a6aa70b8f46fa1b6a.zip llvm-a37f558682e479686cf1644a6aa70b8f46fa1b6a.tar.gz llvm-a37f558682e479686cf1644a6aa70b8f46fa1b6a.tar.bz2 |
[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
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 28ac7e4..3b79b9c 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -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. |