Skip to content

Commit 8f7dadd

Browse files
committed
rustc_target: aarch64: Remove deprecated FEAT_TME
ARM has withdrawn FEAT_TME https://developer.arm.com/documentation/102105/lb-05/ LLVM has dropped support for it recently as a result.
1 parent 42f4793 commit 8f7dadd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_target/src/target_features.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,6 @@ static AARCH64_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
337337
("sve2-sm4", Stable, &["sve2", "sm4"]),
338338
// FEAT_SVE2p1
339339
("sve2p1", Unstable(sym::aarch64_unstable_target_feature), &["sve2"]),
340-
// FEAT_TME
341-
("tme", Stable, &[]),
342340
(
343341
"v8.1a",
344342
Unstable(sym::aarch64_ver_target_feature),

0 commit comments

Comments
 (0)