mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
560cc23c95
Pass Session to optimize_and_codegen_fat_lto This is necessary to fix incremental LTO in cg_gcc as well as to do some LTO refactorings I want to do. The actual fix for cg_gcc will be done on the cg_gcc repo to test it in CI.