mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 17:45:30 +00:00
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