We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6a11a commit ebead30Copy full SHA for ebead30
src/backend/updating-llvm.md
@@ -175,11 +175,12 @@ so let's go through each in detail.
175
and then you can send a PR to `rust-lang/rust`. You'll change at least
176
`src/llvm-project` and will likely also change [`llvm-wrapper`] as well.
177
178
- <!-- date-check: Sep 2024 -->
+ <!-- date-check: mar 2025 -->
179
> For prior art, here are some previous LLVM updates:
180
> - [LLVM 17](https://github.com/rust-lang/rust/pull/115959)
181
> - [LLVM 18](https://github.com/rust-lang/rust/pull/120055)
182
> - [LLVM 19](https://github.com/rust-lang/rust/pull/127513)
183
+ > - [LLVM 20](https://github.com/rust-lang/rust/pull/135763)
184
185
Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR
186
before actually updating `src/llvm-project`.
0 commit comments