rust/compiler/rustc_codegen_ssa
bjorn3 fa753a46c1 Remove code for ThinLTO from cg_gcc
It was just a dummy implementation to workarround the fact that thin
local lto is the default in rustc. By adding a thin_lto_supported thin
local lto can be automatically disabled for cg_gcc, removing the need
for this dummy implementation. This makes improvements to the LTO
handling on the cg_ssa side a lot easier.
2026-02-15 10:05:48 +00:00
..
src Remove code for ThinLTO from cg_gcc 2026-02-15 10:05:48 +00:00
Cargo.toml Port rustc_expected_cgu_reuse to the new attribute parser 2026-02-10 10:10:38 +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.