os-rust/compiler/rustc_codegen_ssa
DianQK 520081721c
Restore #![no_builtins] crates participation in LTO.
After #113716, we can make `#![no_builtins]` crates participate in LTO again.
`#![no_builtins]` with LTO does not result in undefined references to the error.
2023-10-15 21:12:05 +08:00
..
src Restore #![no_builtins] crates participation in LTO. 2023-10-15 21:12:05 +08:00
Cargo.toml Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
messages.ftl linker: Remove -Zgcc-ld option 2023-10-08 10:05:25 +03: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.