mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
6244effd03
Split LTO out of the main codegen coordinator event loop into a separate event loop on the same thread 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/146209 Part of https://github.com/rust-lang/compiler-team/issues/908