Skip to content

Commit fe7321d

Browse files
committed
Add XTENSA_ALLOWED_FEATURES to supported_target_features
1 parent ffd10ce commit fe7321d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/target_features.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ impl super::spec::Target {
566566
"csky" => CSKY_ALLOWED_FEATURES,
567567
"loongarch64" => LOONGARCH_ALLOWED_FEATURES,
568568
"s390x" => IBMZ_ALLOWED_FEATURES,
569+
"xtensa" => XTENSA_ALLOWED_FEATURES,
569570
_ => &[],
570571
}
571572
}

0 commit comments

Comments
 (0)