================
@@ -860,7 +841,7 @@ bool
AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
}
if (Feature == "+dit")
HasDIT = true;
- if (Feature == "+cccp")
+ if (Feature == "+ccpp")
----------------
ostannard wrote:Again, does this need a test? https://github.com/llvm/llvm-project/pull/79311 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
