os-rust/compiler/rustc_codegen_ssa
Jubilee f35433e250
Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubilee
Generate correct symbols.o for sparc-unknown-none-elf

This fixes #130172 by selecting the correct ELF Machine type for sparc-unknown-none-elf (which has a baseline of SPARC V7).
2024-11-03 20:08:13 -08:00
..
src Rollup merge of #131222 - thejpster:fix-sparc-v7-symbol-o, r=workingjubilee 2024-11-03 20:08:13 -08:00
Cargo.toml compiler: Factor rustc_target::abi out of cg_ssa 2024-10-08 18:24:56 -07:00
messages.ftl Emit diagnostics for incorrect deployment targets 2024-11-01 17:07:19 +01: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.