diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -169,6 +169,10 @@ 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.