diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-16 16:22:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-16 16:22:45 +0200 |
| commit | 48f1019d26cdea89336fa19918332547078e09c6 (patch) | |
| tree | 1348e6bb63e7ceeafdaabc4a8a10e7503dbf1244 | |
| parent | 71ae7db509fe2be03c01b43106e95ec8bdad5545 (diff) | |
| parent | 1025b3f16c2b23a01354eee8b7ae61a2d631a414 (diff) | |
| download | rust-48f1019d26cdea89336fa19918332547078e09c6.tar.gz rust-48f1019d26cdea89336fa19918332547078e09c6.zip | |
Rollup merge of #125018 - sagudev:patch-2, r=Amanieu
Update linker-plugin-lto.md to include LLVM 18 I did this manually not via provided script.
| -rw-r--r-- | src/doc/rustc/src/linker-plugin-lto.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc/src/linker-plugin-lto.md b/src/doc/rustc/src/linker-plugin-lto.md index ff80f140482..ab95aa2e5a1 100644 --- a/src/doc/rustc/src/linker-plugin-lto.md +++ b/src/doc/rustc/src/linker-plugin-lto.md @@ -200,6 +200,7 @@ The following table shows known good combinations of toolchain versions. | 1.60 - 1.64 | 14 | | 1.65 - 1.69 | 15 | | 1.70 - 1.72 | 16 | -| 1.73 - 1.74 | 17 | +| 1.73 - 1.77 | 17 | +| 1.78 | 18 | Note that the compatibility policy for this feature might change in the future. |
