Skip to content

Commit 250beb3

Browse files
committed
explicit-tail-calls: disable two tests on LoongArch for LLVM 22 also
Tail call support for LoongArch was reverted in LLVM 22 also.
1 parent a21eee0 commit 250beb3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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)