about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2024-05-11 18:43:48 +0200
committerGitHub <noreply@github.com>2024-05-11 18:43:48 +0200
commit1025b3f16c2b23a01354eee8b7ae61a2d631a414 (patch)
tree99bd2f5cd311ec3b8495b50e16ba3b5b9aef5ce5
parent686bfc4c424717b8e4d31ab725705f39263a546e (diff)
downloadrust-1025b3f16c2b23a01354eee8b7ae61a2d631a414.tar.gz
rust-1025b3f16c2b23a01354eee8b7ae61a2d631a414.zip
Update linker-plugin-lto.md to include LLVM 18
-rw-r--r--src/doc/rustc/src/linker-plugin-lto.md3
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.