Skip to content

Commit

Permalink
Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jan 14, 2023
2 parents a52a8c1 + 565cd17 commit cb7b0f2
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit cb7b0f2

Please sign in to comment.