diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index e4f063b..4acb048 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -167,6 +167,11 @@ OPTIONS When disassembling, do not print the raw bytes of each instruction. +.. option:: --prefix=<prefix> + + When disassembling with the :option:`--source` option, prepend ``prefix`` to + absolute paths. + .. option:: --print-imm-hex Use hex format when printing immediate values in disassembly output. |