Skip to content

Commit 880dfa5

Browse files
committed
updated the llvm 21 and 22 links
1 parent 4b7d94d commit 880dfa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/backend/updating-llvm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Updating LLVM
22

3-
<!-- date-check: March 2026 -->
43
Rust supports building against multiple LLVM versions:
54

65
* Tip-of-tree for the current LLVM development branch is usually supported within a few days.
@@ -91,7 +90,6 @@ An example PR: [#59089](https://github.com/rust-lang/rust/pull/59089)
9190

9291
## New LLVM Release Updates
9392

94-
<!-- date-check: March 2026 -->
9593

9694
Unlike bugfixes,
9795
updating to a new release of LLVM typically requires a lot more work.
@@ -178,6 +176,8 @@ so let's go through each in detail.
178176
> - [LLVM 18](https://github.com/rust-lang/rust/pull/120055)
179177
> - [LLVM 19](https://github.com/rust-lang/rust/pull/127513)
180178
> - [LLVM 20](https://github.com/rust-lang/rust/pull/135763)
179+
> - [LLVM 21](https://github.com/rust-lang/rust/pull/143684)
180+
> - [LLVM 22](https://github.com/rust-lang/rust/pull/150722)
181181
182182
Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR
183183
before actually updating `src/llvm-project`.

0 commit comments

Comments
 (0)