[PATCH] D80835: [AIX] Change the default target CPU to power4 for AIX on Power
Steven Wan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 3 13:11:25 PDT 2020
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.reinterpretcast wrote:
> A separate patch may be in order for changing this to take the non-Darwin path without checking.
A separate patch created here, https://reviews.llvm.org/D81115.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80835/new/
https://reviews.llvm.org/D80835
More information about the cfe-commits
mailing list