File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Updating LLVM
22
3- <!-- date-check: March 2026 -->
43Rust 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
9694Unlike bugfixes,
9795updating 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 ` .
You can’t perform that action at this time.
0 commit comments