| author | |
| committer | |
| log | c0561da17933f92bd9abeb912f63fb173cf87e93 |
| tree | e7bffa2331315ff32bbfa6ff885203592134b1b1 |
| parent | dcbd3cbce924579fd4cdd71ef83935570daa774e |
| signature |
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 | 483 | .{ |
| 484 | 484 | .llvm_name = "cortex-m85", |
| 485 | 485 | .omit_deps = &.{ "mve_fp", "pacbti", "fp_armv8d16" }, |
| 486 | .extra_deps = &.{"trustzone"}, | |
| 487 | 486 | }, |
| 488 | 487 | .{ |
| 489 | 488 | .llvm_name = "cortex-x1c", |