about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2024-09-08 18:13:44 +0200
committerGitHub <noreply@github.com>2024-09-09 00:13:44 +0800
commit544c1d4b0aff7d970a652a53e8d508760f37f7f5 (patch)
tree0df29db9869c49b635728d7978b93bc55c1cd629 /src/doc/rustc-dev-guide
parentd4b0a4cb7988c842b6308f539f27865609d70197 (diff)
downloadrust-544c1d4b0aff7d970a652a53e8d508760f37f7f5.tar.gz
rust-544c1d4b0aff7d970a652a53e8d508760f37f7f5.zip
link to additional LLVM update PRs (#2055)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/backend/updating-llvm.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md
index 4dbe7cad5f2..92d4ce32f92 100644
--- a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md
+++ b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md
@@ -175,6 +175,7 @@ so let's go through each in detail.
    and then you can send a PR to `rust-lang/rust`. You'll change at least
    `src/llvm-project` and will likely also change [`llvm-wrapper`] as well.
 
+   <!-- date-check: Sep 2024 -->
    > For prior art, here are some previous LLVM updates:
    > - [LLVM 11](https://github.com/rust-lang/rust/pull/73526)
    > - [LLVM 12](https://github.com/rust-lang/rust/pull/81451)
@@ -182,6 +183,9 @@ so let's go through each in detail.
    > - [LLVM 14](https://github.com/rust-lang/rust/pull/93577)
    > - [LLVM 15](https://github.com/rust-lang/rust/pull/99464)
    > - [LLVM 16](https://github.com/rust-lang/rust/pull/109474)
+   > - [LLVM 17](https://github.com/rust-lang/rust/pull/115959)
+   > - [LLVM 18](https://github.com/rust-lang/rust/pull/120055)
+   > - [LLVM 19](https://github.com/rust-lang/rust/pull/127513)
 
    Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR
    before actually updating `src/llvm-project`.