Skip to content

Commit 0217387

Browse files
authored
Rollup merge of #95771 - str4d:update-linker-plugin-lto.md-to-1.60, r=pietroalbini
Update linker-plugin-lto.md to 1.60 I remembered this table when I was looking into what version of LLVM 1.60.0 was using 🙂
2 parents e25bc30 + a404b96 commit 0217387

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

+15-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=44
139+
LOWER_BOUND=61
140140
141141
llvm_version() {
142142
toolchain="$1"
@@ -179,5 +179,19 @@ The following table shows known good combinations of toolchain versions.
179179
| Rust 1.44 | Clang 9 |
180180
| Rust 1.45 | Clang 10 |
181181
| Rust 1.46 | Clang 10 |
182+
| Rust 1.47 | Clang 11 |
183+
| Rust 1.48 | Clang 11 |
184+
| Rust 1.49 | Clang 11 |
185+
| Rust 1.50 | Clang 11 |
186+
| Rust 1.51 | Clang 11 |
187+
| Rust 1.52 | Clang 12 |
188+
| Rust 1.53 | Clang 12 |
189+
| Rust 1.54 | Clang 12 |
190+
| Rust 1.55 | Clang 12 |
191+
| Rust 1.56 | Clang 13 |
192+
| Rust 1.57 | Clang 13 |
193+
| Rust 1.58 | Clang 13 |
194+
| Rust 1.59 | Clang 13 |
195+
| Rust 1.60 | Clang 14 |
182196

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

0 commit comments

Comments
 (0)