mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
c41f9343e9
Remove tm_factory field from CodegenContext This is necessary to support serializing the `CodegenContext` to a `.rlink` file in the future for moving LTO to the `-Zlink-only` step. Follow up to https://github.com/rust-lang/rust/pull/149209 Part of https://github.com/rust-lang/compiler-team/issues/908