rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 5673f47042 Clean up generate_lto_work.
This function has some shared code for the thin LTO and fat LTO cases,
but those cases have so little in common that it's actually clearer to
treat them fully separately.
2023-07-31 16:21:03 +10:00
..
2023-07-31 16:21:03 +10:00
2023-07-19 14:47:06 +00:00

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