Set the TargetCPUName for AIX to default to pwr7, removing the setting
of it based on the major/minor of the OS version, which previously
set it to pwr4 for AIX 7.1 and earlier. The old code would also set it to
pwr4 when the OS version was not specified and with the change, it will
default it to pwr7 in all cases.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with comment.
clang/test/Driver/aix-mcpu-default.c | ||
---|---|---|
6–11 | I suggest this test be modified to check that the target cpu is power7 even when the version level is unspecified. |
Comment Actions
Thanks @jamieschmeiser this change LGTM but I'll defer to @hubert.reinterpretcast for final approval.
I suggest this test be modified to check that the target cpu is power7 even when the version level is unspecified.