]> git.lizzy.rs Git - rust.git/commitdiff
Update linker-plugin-lto.md to contain up to Rust 1.65
authorJack Grigg <thestr4d@gmail.com>
Fri, 4 Nov 2022 06:09:35 +0000 (06:09 +0000)
committerJack Grigg <thestr4d@gmail.com>
Fri, 4 Nov 2022 06:09:35 +0000 (06:09 +0000)
The table rows were obtained via the script embedded in the page.

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

index b1854b22a7cd694b92476d87ff9854dd547d7b96..5730f95ad2b955fe7b83e0dca90698757a894be7 100644 (file)
@@ -136,7 +136,7 @@ able to get around this problem by setting `-Clinker=lld-link` in RUSTFLAGS
 ```sh
 rustup toolchain install --profile minimal nightly
 MINOR_VERSION=$(rustc +nightly --version | cut -d . -f 2)
-LOWER_BOUND=61
+LOWER_BOUND=66
 
 llvm_version() {
     toolchain="$1"
@@ -193,5 +193,10 @@ The following table shows known good combinations of toolchain versions.
 | Rust 1.58    |    Clang 13   |
 | Rust 1.59    |    Clang 13   |
 | Rust 1.60    |    Clang 14   |
+| Rust 1.61    |    Clang 14   |
+| Rust 1.62    |    Clang 14   |
+| Rust 1.63    |    Clang 14   |
+| Rust 1.64    |    Clang 14   |
+| Rust 1.65    |    Clang 15   |
 
 Note that the compatibility policy for this feature might change in the future.