[llvm] 3f85e12 - [docs] llvm-objdump: Mention -M no-aliases is supported on AArch64
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 23:57:38 PDT 2021
Author: Fangrui Song
Date: 2021-05-26T23:57:32-07:00
New Revision: 3f85e124f6b790134c8074edef4e716c604c2b14
URL: https://github.com/llvm/llvm-project/commit/3f85e124f6b790134c8074edef4e716c604c2b14
DIFF: https://github.com/llvm/llvm-project/commit/3f85e124f6b790134c8074edef4e716c604c2b14.diff
LOG: [docs] llvm-objdump: Mention -M no-aliases is supported on AArch64
Added:
Modified:
llvm/docs/CommandGuide/llvm-objdump.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 4f6a633c63a00..860d84303c9db 100644
--- a/llvm/docs/CommandGuide/llvm-objdump.rst
+++ b/llvm/docs/CommandGuide/llvm-objdump.rst
@@ -150,7 +150,7 @@ OPTIONS
* ``reg-names-std``: ARM only (default). Print in ARM 's instruction set documentation, with r13/r14/r15 replaced by sp/lr/pc.
* ``reg-names-raw``: ARM only. Use r followed by the register number.
- * ``no-aliases``: RISC-V only. Print raw instruction mnemonic instead of pesudo instruction mnemonic.
+ * ``no-aliases``: AArch64 and RISC-V only. Print raw instruction mnemonic instead of pesudo instruction mnemonic.
* ``numeric``: RISC-V only. Print raw register names instead of ABI mnemonic. (e.g. print x1 instead of ra)
* ``att``: x86 only (default). Print in the AT&T syntax.
* ``intel``: x86 only. Print in the intel syntax.
More information about the llvm-commits
mailing list