Skip to content

Commit 5ad7a21

Browse files
committed
[AArch64] wfxt must depend on itself (#90987)
1 parent 73681b8 commit 5ad7a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64Features.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def FeatureXS : SubtargetFeature<"xs", "HasXS",
597597

598598
def FeatureWFxT : Extension<"wfxt", "WFxT",
599599
"Enable Armv8.7-A WFET and WFIT instruction (FEAT_WFxT)", [],
600-
"FEAT_WFXT", "", 550>;
600+
"FEAT_WFXT", "+wfxt", 550>;
601601

602602
def FeatureHCX : SubtargetFeature<
603603
"hcx", "HasHCX", "true", "Enable Armv8.7-A HCRX_EL2 system register (FEAT_HCX)">;

0 commit comments

Comments
 (0)