mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
eb7fa12d76
doc: linker-plugin-based LTO: update list of good combinations This PR is similar to https://github.com/rust-lang/rust/pull/146827 . I just ran the Python script as was [recommended](https://github.com/rust-lang/rust/pull/146827#pullrequestreview-3255349459) in this comment. Also updated the LOWER_BOUND in the script to skip a bit redundant work in the Python script. @nnethercote pinging you as a reviewer here since the last time you did it too ;)