From c0561da17933f92bd9abeb912f63fb173cf87e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 24 Sep 2024 11:41:37 +0200 Subject: [PATCH] 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. --- tools/update_cpu_features.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/update_cpu_features.zig b/tools/update_cpu_features.zig index 642e3ebc2c326d9190708b03199dac0724af2173..a73db34e290388933451f6a0ceb2a5b2f3ecf5ce 100644 --- a/tools/update_cpu_features.zig +++ b/tools/update_cpu_features.zig @@ -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", -- 2.54.0