aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-objdump.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index e92654b654ea..49edbcd91b07 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -172,6 +172,12 @@ OPTIONS
When disassembling with the :option:`--source` option, prepend ``prefix`` to
absolute paths.
+.. option:: --prefix-strip=<level>
+
+ When disassembling with the :option:`--source` option, strip out ``level``
+ initial directories from absolute paths. This option has no effect without
+ :option:`--prefix`.
+
.. option:: --print-imm-hex
Use hex format when printing immediate values in disassembly output.