mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
2206d935f7
Move LTO to OngoingCodegen::join This will make it easier to in the future move all this code to link_binary. Follow up to https://github.com/rust-lang/rust/pull/147810 Part of https://github.com/rust-lang/compiler-team/issues/908