diff options
author | Fangrui Song <i@maskray.me> | 2021-05-26 23:57:32 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-05-26 23:57:32 -0700 |
commit | 3f85e124f6b790134c8074edef4e716c604c2b14 (patch) | |
tree | 018f4aaa0053b0f7fa6e677f48ae3cb6764d7ea3 /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | 281ee4291110af5d1337d1da819a284eecf368ec (diff) | |
download | llvm-3f85e124f6b790134c8074edef4e716c604c2b14.zip llvm-3f85e124f6b790134c8074edef4e716c604c2b14.tar.gz llvm-3f85e124f6b790134c8074edef4e716c604c2b14.tar.bz2 |
[docs] llvm-objdump: Mention -M no-aliases is supported on AArch64
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 4f6a633..860d843 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. |