diff options
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. |