rust/compiler/rustc_codegen_ssa
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
..
src Rollup merge of #128772 - glaubitz:sparc-elf-fix, r=nagisa 2024-08-07 20:28:19 +02:00
Cargo.toml Update ar_archive_writer to 0.3.3 2024-08-07 10:52:02 +00:00
messages.ftl Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu 2024-08-07 15:59:35 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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