Skip to content

Commit ee7c58b

Browse files
committed
Update linker-plugin-lto.md to contain up to Rust 1.65
The table rows were obtained via the script embedded in the page.
1 parent 6718ea1 commit ee7c58b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ able to get around this problem by setting `-Clinker=lld-link` in RUSTFLAGS
136136
```sh
137137
rustup toolchain install --profile minimal nightly
138138
MINOR_VERSION=$(rustc +nightly --version | cut -d . -f 2)
139-
LOWER_BOUND=61
139+
LOWER_BOUND=66
140140
141141
llvm_version() {
142142
toolchain="$1"
@@ -193,5 +193,10 @@ The following table shows known good combinations of toolchain versions.
193193
| Rust 1.58 | Clang 13 |
194194
| Rust 1.59 | Clang 13 |
195195
| Rust 1.60 | Clang 14 |
196+
| Rust 1.61 | Clang 14 |
197+
| Rust 1.62 | Clang 14 |
198+
| Rust 1.63 | Clang 14 |
199+
| Rust 1.64 | Clang 14 |
200+
| Rust 1.65 | Clang 15 |
196201

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

0 commit comments

Comments
 (0)