authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-09-24 11:41:37+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-09-24 11:45:01+02:00
logc0561da17933f92bd9abeb912f63fb173cf87e93
treee7bffa2331315ff32bbfa6ff885203592134b1b1
parentdcbd3cbce924579fd4cdd71ef83935570daa774e
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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 #18498.

1 files changed, 0 insertions(+), 1 deletions(-)

tools/update_cpu_features.zig-1
...@@ -483,7 +483,6 @@ const llvm_targets = [_]LlvmTarget{...@@ -483,7 +483,6 @@ const llvm_targets = [_]LlvmTarget{
483 .{483 .{
484 .llvm_name = "cortex-m85",484 .llvm_name = "cortex-m85",
485 .omit_deps = &.{ "mve_fp", "pacbti", "fp_armv8d16" },485 .omit_deps = &.{ "mve_fp", "pacbti", "fp_armv8d16" },
486 .extra_deps = &.{"trustzone"},
487 },486 },
488 .{487 .{
489 .llvm_name = "cortex-x1c",488 .llvm_name = "cortex-x1c",