[PATCH] D128030: [llvm-objdump] Default to --mattr=+all for AArch64

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 01:06:44 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:32
+  architectures (AArch64, x86), all known instructions are disassembled by
+  default. On the others, :option:`--mattr` or :option:`--mattr` is needed to
+  enable some instruction sets. Disabled instructions are displayed as
----------------
typo: will change one to mcpu


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128030/new/

https://reviews.llvm.org/D128030



More information about the llvm-commits mailing list