mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +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
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.