rust/compiler
Stuart Cook c5a62b8058
Rollup merge of #146184 - dpaoliello:llvmbuildarm64, r=cuviper
In the rustc_llvm build script, don't consider arm64* to be 32-bit

The build script for `rustc_llvm` needs to detect 32-bit targets so that it links against `libatomics`. To do this, it matches the target architecture against `arm`, unfortunately incorrectly matches Arm64EC, Arm64E, etc.

This change adds a check that the target arch doesn't match `arm64`.
2025-09-09 14:35:03 +10:00
..
2025-09-08 15:07:12 -07:00
2025-09-08 15:07:12 -07:00
2025-09-08 15:07:12 -07:00
2025-09-08 15:07:12 -07:00
2025-09-08 15:07:12 -07:00