Skip to content

Commit c0561da

Browse files
committed
update_cpu_features: Don't set trustzone on cortex-m85.
cortex-m85 already has 8msecext, which is not the same as trustzone. The former is for the M profile, while the latter is for the A profile. Revert of a small part of ziglang#18498.
1 parent dcbd3cb commit c0561da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/update_cpu_features.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ const llvm_targets = [_]LlvmTarget{
483483
.{
484484
.llvm_name = "cortex-m85",
485485
.omit_deps = &.{ "mve_fp", "pacbti", "fp_armv8d16" },
486-
.extra_deps = &.{"trustzone"},
487486
},
488487
.{
489488
.llvm_name = "cortex-x1c",

0 commit comments

Comments
 (0)