1
Fork 0
rust/compiler/rustc_codegen_ssa
Amanieu d'Antras a529ba8f67 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.
2023-01-09 17:49:24 +00:00
..
src Fix aarch64-unknown-linux-gnu_ilp32 target 2023-01-09 17:49:24 +00:00
Cargo.toml Fix aarch64-unknown-linux-gnu_ilp32 target 2023-01-09 17:49:24 +00:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.