[clang] [AArch64] Simplify Clang's description of architecture extensions (PR #79311)
Anatoly Trosinenko via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 25 10:31:08 PST 2024
================
@@ -860,7 +841,7 @@ bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
}
if (Feature == "+dit")
HasDIT = true;
- if (Feature == "+cccp")
+ if (Feature == "+ccpp")
----------------
atrosinenko wrote:
Agree, but not yet sure how it is better to test this
https://github.com/llvm/llvm-project/pull/79311
More information about the cfe-commits
mailing list