stevewan marked an inline comment as done.
stevewan added inline comments.
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:301
+TargetCPUName = "pwr4";
+ else if (!T.isOSDarwin()) {
+if (T.getArch() == llvm::Triple::ppc64)
hubert.reint
This revision was automatically updated to reflect the committed changes.
Closed by commit rGba4afe6f7a84: [AIX] Change the default target CPU to power4
for AIX on Power (authored by stevewan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80835/new/
hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.
LGTM; thanks.
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:301
+TargetCPUName = "pwr4";
+ else if (!T.isOSDarwin()) {
+
stevewan created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
stevewan added reviewers: hubert.reinterpretcast, cebowleratibm, daltenty.
This patch changes the AIX default target CPU to power4 since this is the the
lowest arch for the lowest OS level suppo