Skip to content

Commit

Permalink
update_cpu_features: Don't set trustzone on cortex-m85.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexrp authored and richerfu committed Oct 28, 2024
1 parent fa6a8b3 commit 29f9e1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/update_cpu_features.zig
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ const llvm_targets = [_]LlvmTarget{
.{
.llvm_name = "cortex-m85",
.omit_deps = &.{ "mve_fp", "pacbti", "fp_armv8d16" },
.extra_deps = &.{"trustzone"},
},
.{
.llvm_name = "cortex-x1c",
Expand Down

0 comments on commit 29f9e1a

Please sign in to comment.