diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 28ac7e4abbc4..3b79b9c49074 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.