[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:30:43 PST 2024
================
@@ -741,7 +722,7 @@ bool AArch64TargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
if (Feature == "+neon" || Feature == "+fp-armv8")
FPU |= NeonMode;
- if (Feature == "+jscvt") {
+ if (Feature == "+jsconv") {
----------------
atrosinenko wrote:
Agree, added a test case to `aarch64-target-features.c`
https://github.com/llvm/llvm-project/pull/79311
More information about the cfe-commits
mailing list