diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-09-09 14:35:03 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 14:35:03 +1000 |
| commit | c5a62b80587ef3c48245990ad5cd8f02518b2565 (patch) | |
| tree | 6b52d8406a5aa257253faabe67b559a9ce87a6ab /compiler/rustc_codegen_llvm/src/builder.rs | |
| parent | a4774bfea3cff8a9780148de1ecf85c33f3c2473 (diff) | |
| parent | 4fec3aa2a4e087c981a083dca59e7434cac52625 (diff) | |
| download | rust-c5a62b80587ef3c48245990ad5cd8f02518b2565.tar.gz rust-c5a62b80587ef3c48245990ad5cd8f02518b2565.zip | |
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`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
0 files changed, 0 insertions, 0 deletions
