rust/compiler/rustc_session
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 Convert to inline diagnostics in rustc_session 2026-02-04 13:22:20 +01:00