diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-08 20:40:44 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-08 20:40:44 +0200 |
| commit | ce2eef3b85fabc6db8f1647d416eadaee499c31f (patch) | |
| tree | 930f454fed7caf6802c2f92b89221b5c8dcafb7b /src/doc/rustc-dev-guide | |
| parent | 93a8c7e6b49025c261a37554fdbb6cf4edeb58c2 (diff) | |
| download | rust-ce2eef3b85fabc6db8f1647d416eadaee499c31f.tar.gz rust-ce2eef3b85fabc6db8f1647d416eadaee499c31f.zip | |
link to latest major llvm update pr
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/backend/updating-llvm.md | 3 |
1 files changed, 2 insertions, 1 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 be5fed9cf33..0b45956b160 100644 --- a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md +++ b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md @@ -175,11 +175,12 @@ 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 --> + <!-- date-check: mar 2025 --> > For prior art, here are some previous LLVM updates: > - [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) + > - [LLVM 20](https://github.com/rust-lang/rust/pull/135763) Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR before actually updating `src/llvm-project`. |
