Skip to content

Commit f90548e

Browse files
committed
test: skip alternative constraints behavior test on LoongArch
llvm/llvm-project#159200
1 parent e7f1624 commit f90548e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/behavior/asm.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ test "alternative constraints" {
6767
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
6868
if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;
6969
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
70+
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isLoongArch()) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/159200
7071

7172
if (builtin.zig_backend == .stage2_c and builtin.os.tag == .windows) return error.SkipZigTest; // MSVC doesn't support inline assembly
7273

0 commit comments

Comments
 (0)