[clang] [llvm] [AArch64] Fix feature flags dependecies (PR #90612)
via cfe-commits
cfe-commits at lists.llvm.org
Tue May 21 04:30:06 PDT 2024
================
@@ -1996,7 +1996,6 @@ TEST(TargetParserTest, AArch64ExtensionFeatures) {
AArch64::AEK_D128, AArch64::AEK_LSE128,
AArch64::AEK_SPECRES2, AArch64::AEK_RASv2,
AArch64::AEK_ITE, AArch64::AEK_GCS,
- AArch64::AEK_FPMR, AArch64::AEK_FP8,
----------------
Lukacma wrote:
Fixed
https://github.com/llvm/llvm-project/pull/90612
More information about the cfe-commits
mailing list