]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.

1  2 
Cargo.lock
compiler/rustc_codegen_ssa/Cargo.toml
compiler/rustc_codegen_ssa/src/back/metadata.rs

diff --cc Cargo.lock
Simple merge
Simple merge