diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index d6d1d80..654a48f 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -184,7 +184,7 @@ OPTIONS Enable/disable target-specific attributes. Specify ``--mattr=help`` to display the available attributes. -.. option:: --no-leading-addr +.. option:: --no-leading-addr, --no-addresses When disassembling, do not print leading addresses for instructions or inline relocations. |