[all-commits] [llvm/llvm-project] a4d125: [llvm-objdump] Default to --mcpu=future for PPC32
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jul 12 18:24:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4d1259e617c94d2382a55b6bf48683363a0b849
https://github.com/llvm/llvm-project/commit/a4d1259e617c94d2382a55b6bf48683363a0b849
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-12 (Wed, 12 Jul 2023)
Changed paths:
M llvm/docs/CommandGuide/llvm-objdump.rst
M llvm/lib/Object/ELFObjectFile.cpp
M llvm/test/tools/llvm-objdump/ELF/PowerPC/mcpu.s
Log Message:
-----------
[llvm-objdump] Default to --mcpu=future for PPC32
Extend D127824 to the 32-bit Power architecture.
AFAICT GNU objdump -d dumps all instructions for 32-bit as well.
Reviewed By: #powerpc, nemanjai
Differential Revision: https://reviews.llvm.org/D155114
More information about the All-commits
mailing list