]> git.lizzy.rs Git - rust.git/commit
Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sat, 14 Jan 2023 08:33:09 +0000 (08:33 +0000)
committerbors <bors@rust-lang.org>
Sat, 14 Jan 2023 08:33:09 +0000 (08:33 +0000)
commit44a500c8c187b245638684748f54bd6ec67e0b25
tree954e5f422b004fc80161df52d7c6731f27b89fcd
parentc0b87359599629d69a7b37318088dac3a5d67c9c
parenta529ba8f67861c21a6f4d1c497aa1f602b335ecb
Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum

Fix aarch64-unknown-linux-gnu_ilp32 target

This was broken because the synthetic object files produced by rustc were for 64-bit AArch64, which caused link failures when combined with 32-bit ILP32 object files.

This PR updates the object crate to 0.30.1 which adds support for generating ILP32 AArch64 object files.
Cargo.lock
compiler/rustc_codegen_ssa/Cargo.toml
compiler/rustc_codegen_ssa/src/back/metadata.rs