rust/compiler/rustc_codegen_ssa/src/back
Matthias Krüger 04ab8e385c
Rollup merge of #128772 - glaubitz:sparc-elf-fix, r=nagisa
rustc_codegen_ssa: Set architecture for object crate for 32-bit SPARC

The `object` crate was recently updated to recognize the 32-bit SPARC ELF targets `EM_SPARC` and `EM_SPARC32PLUS`, so the proper architecture for 32-bit SPARC can now be set in `rustc_codegen_ssa`.

r? nagisa
2024-08-07 20:28:19 +02:00
..
rpath Reformat use declarations. 2024-07-29 08:26:52 +10:00
archive.rs Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu 2024-08-07 15:59:35 +02:00
command.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
link.rs Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu 2024-08-07 15:59:35 +02:00
linker.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lto.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
metadata.rs rustc_codegen_ssa: Set architecture for object crate for 32-bit SPARC 2024-08-07 09:56:28 +02:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
symbol_export.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
write.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00