rust/compiler/rustc_codegen_ssa/src/back
bors 44a500c8c1 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.
2023-01-14 08:33:09 +00:00
..
rpath Remove LibSource 2021-07-05 10:49:07 +02:00
archive.rs clippy::complexity fixes 2022-12-19 00:04:28 +01:00
command.rs Reduce usage of Symbol in the linker code 2022-06-28 18:38:36 +00:00
link.rs Improve linker-flavor detection 2023-01-13 17:20:37 +01:00
linker.rs don't restuct references just to reborrow 2022-12-18 17:04:32 +01:00
lto.rs Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
metadata.rs Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum 2023-01-14 08:33:09 +00:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs pass -Wl,-z,origin to set DF_ORIGIN when using rpath 2021-12-17 11:27:14 +00:00
symbol_export.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
write.rs Fix some typos in code comments. 2023-01-11 16:46:14 +01:00