Skip to content

Commit acb65f3

Browse files
committed
Auto merge of #155645 - dianqk:update-llvm, r=nikic
Update LLVM to 22.1.4 Unlocks #155249. I made a new branch that removes CI checks for macOS and reverts rust-lang/llvm-project@24b53fb.
2 parents ec6f9a5 + 250beb3 commit acb65f3

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
[submodule "src/llvm-project"]
2626
path = src/llvm-project
2727
url = https://github.com/rust-lang/llvm-project.git
28-
branch = rustc/22.1-2026-01-27
28+
branch = rustc/22.1-2026-03-22
2929
shallow = true
3030
[submodule "src/doc/embedded-book"]
3131
path = src/doc/embedded-book

src/llvm-project

Submodule llvm-project updated 132 files

tests/ui/explicit-tail-calls/support/bystack.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
//@ revisions: loongarch32
3737
//@[loongarch32] compile-flags: --target loongarch32-unknown-none
3838
//@[loongarch32] needs-llvm-components: loongarch
39-
//@[loongarch32] ignore-llvm-version: 23
39+
//@[loongarch32] ignore-llvm-version: 22 - 23
4040
//@ revisions: loongarch64
4141
//@[loongarch64] compile-flags: --target loongarch64-unknown-linux-gnu
4242
//@[loongarch64] needs-llvm-components: loongarch
43-
//@[loongarch64] ignore-llvm-version: 23
43+
//@[loongarch64] ignore-llvm-version: 22 - 23
4444
//@ revisions: bpf
4545
//@[bpf] compile-flags: --target bpfeb-unknown-none
4646
//@[bpf] needs-llvm-components: bpf

tests/ui/explicit-tail-calls/support/byval.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
//@ revisions: loongarch32
3737
//@[loongarch32] compile-flags: --target loongarch32-unknown-none
3838
//@[loongarch32] needs-llvm-components: loongarch
39-
//@[loongarch32] ignore-llvm-version: 23
39+
//@[loongarch32] ignore-llvm-version: 22 - 23
4040
//@ revisions: loongarch64
4141
//@[loongarch64] compile-flags: --target loongarch64-unknown-linux-gnu
4242
//@[loongarch64] needs-llvm-components: loongarch
43-
//@[loongarch64] ignore-llvm-version: 23
43+
//@[loongarch64] ignore-llvm-version: 22 - 23
4444
//@ revisions: bpf
4545
//@[bpf] compile-flags: --target bpfeb-unknown-none
4646
//@[bpf] needs-llvm-components: bpf

0 commit comments

Comments
 (0)