mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
92bad93f06
Misc LTO cleanups Follow up to https://github.com/rust-lang/rust/pull/145955. * Remove want_summary argument from `prepare_thin`. Since https://github.com/rust-lang/rust/pull/133250 ThinLTO summary writing is instead done by `llvm_optimize`. * Two minor cleanups