Skip to content

Commit 4af1848

Browse files
committed
Revert "[clang-repl] XFAIL riscv targets in simple-exception test case"
This reverts commit 123223a as the test is now passing.
1 parent b03e3f3 commit 4af1848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Interpreter/simple-exception.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// clang-format off
22
// UNSUPPORTED: system-aix
3-
// XFAIL for arm, arm64, riscv, or running on Windows.
4-
// XFAIL: target={{(arm|riscv).*}}, system-windows
3+
// XFAIL for arm and arm64, or running on Windows.
4+
// XFAIL: target=arm{{.*}}, system-windows
55
// RUN: cat %s | clang-repl | FileCheck %s
66

77
// Incompatible with msan. It passes with -O3 but fail -Oz. Interpreter

0 commit comments

Comments
 (0)