Revert "test: skip alternative constraints behavior test on LoongArch"

This reverts commit f90548e740.

The bug was fixed in LLVM 22.
This commit is contained in:
Alex Rønne Petersen
2026-01-20 00:04:39 +01:00
parent 51a6a5a2a6
commit 4eb8640213
-1
View File
@@ -67,7 +67,6 @@ test "alternative constraints" {
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isLoongArch()) return error.SkipZigTest; // https://github.com/llvm/llvm-project/issues/159200
if (builtin.zig_backend == .stage2_c and builtin.os.tag == .windows) return error.SkipZigTest; // MSVC doesn't support inline assembly