[PATCH] D155114: [llvm-objdump] Default to --mcpu=future for PPC32
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 13:36:37 PDT 2023
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
Thanks for adding this. Nice to common-up the behaviour. LGTM.
================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:31
Disassemble all executable sections found in the input files. On some
- architectures (AArch64, PPC64, x86), all known instructions are disassembled by
+ architectures (AArch64, Power, x86), all known instructions are disassembled by
default. On the others, :option:`--mcpu` or :option:`--mattr` is needed to
----------------
Maybe `PowerPC` instead of `Power`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155114/new/
https://reviews.llvm.org/D155114
More information about the llvm-commits
mailing list