[clang] [llvm] [AIX] support builtin_cpu_is() for aix (PR #80069)
Amy Kwan via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 14 12:13:02 PST 2024
================
@@ -904,8 +904,18 @@ bool PPCTargetInfo::validateCpuSupports(StringRef FeatureStr) const {
}
bool PPCTargetInfo::validateCpuIs(StringRef CPUName) const {
+ llvm::Triple Triple = getTriple();
----------------
amy-kwan wrote:
Check clang-format for indentation.
https://github.com/llvm/llvm-project/pull/80069
More information about the cfe-commits
mailing list