Skip to content

Commit

Permalink
[AArch64] wfxt must depend on itself (#90987)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatheson-arm committed May 10, 2024
1 parent 73681b8 commit 5ad7a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/AArch64/AArch64Features.td
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def FeatureXS : SubtargetFeature<"xs", "HasXS",

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

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

0 comments on commit 5ad7a21

Please sign in to comment.