Skip to content

Commit 58ef802

Browse files
authored
Unrolled build for #146827
Rollup merge of #146827 - foxtran:doc/linker-plugin-lto, r=nnethercote Linker-plugin-based LTO: update list of good combinations (inc. beta + nightly) This PR updates the list of good combinations of Rust toolchains and LLVM releases for linker-plugin-based LTO Related to first question in https://users.rust-lang.org/t/questions-regarding-linker-plugin-based-lto/134070
2 parents 4056082 + 1dcba11 commit 58ef802

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/doc/rustc/src/linker-plugin-lto.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def minor_version(version):
144144
INSTALL_TOOLCHAIN = ["rustup", "toolchain", "install", "--profile", "minimal"]
145145
subprocess.run(INSTALL_TOOLCHAIN + ["nightly"])
146146
147-
LOWER_BOUND = 73
147+
LOWER_BOUND = 87
148148
NIGHTLY_VERSION = minor_version(subprocess.run(
149149
["rustc", "+nightly", "--version"],
150150
capture_output=True,
@@ -201,6 +201,9 @@ The following table shows known good combinations of toolchain versions.
201201
| 1.65 - 1.69 | 15 |
202202
| 1.70 - 1.72 | 16 |
203203
| 1.73 - 1.77 | 17 |
204-
| 1.78 | 18 |
204+
| 1.78 - 1.81 | 18 |
205+
| 1.82 - 1.86 | 19 |
206+
| 1.87 - 1.90 | 20 |
207+
| 1.91 - 1.92 | 21 |
205208

206209
Note that the compatibility policy for this feature might change in the future.

0 commit comments

Comments
 (0)