aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-objdump.rst
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2021-04-30 11:26:30 -0700
committerNick Desaulniers <ndesaulniers@google.com>2021-04-30 11:26:36 -0700
commitdde24a87c55f82d8c7b3bf3eafb10f2b9b2b9a01 (patch)
tree27efafaac06716b5f8d00caebb00f0a787ec78ec /llvm/docs/CommandGuide/llvm-objdump.rst
parent93bc038126304cffc230fbc5561c78efa6fe4209 (diff)
downloadllvm-dde24a87c55f82d8c7b3bf3eafb10f2b9b2b9a01.zip
llvm-dde24a87c55f82d8c7b3bf3eafb10f2b9b2b9a01.tar.gz
llvm-dde24a87c55f82d8c7b3bf3eafb10f2b9b2b9a01.tar.bz2
[llvm-objdump] add -v alias for --version
Used by the Linux kernel's CONFIG_X86_DECODER_SELFTEST. Link: https://github.com/ClangBuiltLinux/linux/issues/1130 Reviewed By: MaskRay, jhenderson, rupprecht Differential Revision: https://reviews.llvm.org/D101483
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-objdump.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 6e47b4a1..d5b83bb 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -93,7 +93,7 @@ combined with other commands:
Display the unwind info of the input(s).
-.. option:: --version
+.. option:: -v, --version
Display the version of the :program:`llvm-objdump` executable. Does not stack
with other commands.