Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/rust-lang/llvm-project.git
branch = rustc/22.1-2026-01-27
branch = rustc/22.1-2026-03-22
shallow = true
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
Expand Down
2 changes: 1 addition & 1 deletion src/llvm-project
Submodule llvm-project updated 132 files
4 changes: 2 additions & 2 deletions tests/ui/explicit-tail-calls/support/bystack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
//@ revisions: loongarch32
//@[loongarch32] compile-flags: --target loongarch32-unknown-none
//@[loongarch32] needs-llvm-components: loongarch
//@[loongarch32] ignore-llvm-version: 23
//@[loongarch32] ignore-llvm-version: 22 - 23
Copy link
Copy Markdown
Member

@cuviper cuviper Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have context -- is this expected to come back in 24? If not (or that's unknown) shouldn't we use max-llvm-major-version: 21 for these?

View changes since the review

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to llvm/llvm-project#191525 (review), I assume this will come back in 23 or 24. I think ignore-llvm-version: 22 - 23 makes easier to tell whether this is fixed in 24 and we can just remove these tests if they fails on 24.

//@ revisions: loongarch64
//@[loongarch64] compile-flags: --target loongarch64-unknown-linux-gnu
//@[loongarch64] needs-llvm-components: loongarch
//@[loongarch64] ignore-llvm-version: 23
//@[loongarch64] ignore-llvm-version: 22 - 23
//@ revisions: bpf
//@[bpf] compile-flags: --target bpfeb-unknown-none
//@[bpf] needs-llvm-components: bpf
Expand Down
4 changes: 2 additions & 2 deletions tests/ui/explicit-tail-calls/support/byval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
//@ revisions: loongarch32
//@[loongarch32] compile-flags: --target loongarch32-unknown-none
//@[loongarch32] needs-llvm-components: loongarch
//@[loongarch32] ignore-llvm-version: 23
//@[loongarch32] ignore-llvm-version: 22 - 23
//@ revisions: loongarch64
//@[loongarch64] compile-flags: --target loongarch64-unknown-linux-gnu
//@[loongarch64] needs-llvm-components: loongarch
//@[loongarch64] ignore-llvm-version: 23
//@[loongarch64] ignore-llvm-version: 22 - 23
//@ revisions: bpf
//@[bpf] compile-flags: --target bpfeb-unknown-none
//@[bpf] needs-llvm-components: bpf
Expand Down
Loading