Skip to content

Commit

Permalink
Add XTENSA_ALLOWED_FEATURES to supported_target_features
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 27, 2024
1 parent ffd10ce commit fe7321d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_target/src/target_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ impl super::spec::Target {
"csky" => CSKY_ALLOWED_FEATURES,
"loongarch64" => LOONGARCH_ALLOWED_FEATURES,
"s390x" => IBMZ_ALLOWED_FEATURES,
"xtensa" => XTENSA_ALLOWED_FEATURES,
_ => &[],
}
}
Expand Down

0 comments on commit fe7321d

Please sign in to comment.