rust/compiler/rustc_codegen_ssa
John Paul Adrian Glaubitz d1d21ede82 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.
2024-08-07 09:56:28 +02:00
..
src rustc_codegen_ssa: Set architecture for object crate for 32-bit SPARC 2024-08-07 09:56:28 +02:00
Cargo.toml dedup object 2024-07-28 17:21:07 +03:00
messages.ftl When an archive fails to build, print the path 2024-07-16 15:44:54 -05: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.