Skip to content

Commit a404b96

Browse files
committed
Manually mark 1.49 and 1.50 in linker-plugin-lto.md as Clang 11
`rustc +1.49.0 -Vv` and `rustc +1.50.0 -Vv` do not print out an `LLVM version` line, which prevents the script from detecting them.
1 parent 09685da commit a404b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ The following table shows known good combinations of toolchain versions.
181181
| Rust 1.46 | Clang 10 |
182182
| Rust 1.47 | Clang 11 |
183183
| Rust 1.48 | Clang 11 |
184-
| Rust 1.49 | Clang |
185-
| Rust 1.50 | Clang |
184+
| Rust 1.49 | Clang 11 |
185+
| Rust 1.50 | Clang 11 |
186186
| Rust 1.51 | Clang 11 |
187187
| Rust 1.52 | Clang 12 |
188188
| Rust 1.53 | Clang 12 |

0 commit comments

Comments
 (0)