rust/compiler/rustc_codegen_ssa
bjorn3 653bb64c75 Remove LtoModuleCodegen
Most uses of it either contain a fat or thin lto module. Only
WorkItem::LTO could contain both, but splitting that enum variant
doesn't complicate things much.
2025-07-03 14:28:18 +00:00
..
2025-07-03 14:28:18 +00:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.