diff options
| author | Jack Grigg <thestr4d@gmail.com> | 2022-04-07 15:30:19 +0000 |
|---|---|---|
| committer | Jack Grigg <thestr4d@gmail.com> | 2022-04-07 15:30:19 +0000 |
| commit | a404b96ca1d1609173eece73bd94976b740f0cf5 (patch) | |
| tree | 58092709952d83b54d2155785396aa8ee7dfeed3 | |
| parent | 09685da5d1f8a3b467c4db06732f11829c13735a (diff) | |
| download | rust-a404b96ca1d1609173eece73bd94976b740f0cf5.tar.gz rust-a404b96ca1d1609173eece73bd94976b740f0cf5.zip | |
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.
| -rw-r--r-- | src/doc/rustc/src/linker-plugin-lto.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/linker-plugin-lto.md b/src/doc/rustc/src/linker-plugin-lto.md index f09eac1c067..e7bf8d9a36f 100644 --- a/src/doc/rustc/src/linker-plugin-lto.md +++ b/src/doc/rustc/src/linker-plugin-lto.md @@ -181,8 +181,8 @@ The following table shows known good combinations of toolchain versions. | Rust 1.46 | Clang 10 | | Rust 1.47 | Clang 11 | | Rust 1.48 | Clang 11 | -| Rust 1.49 | Clang | -| Rust 1.50 | Clang | +| Rust 1.49 | Clang 11 | +| Rust 1.50 | Clang 11 | | Rust 1.51 | Clang 11 | | Rust 1.52 | Clang 12 | | Rust 1.53 | Clang 12 | |
