Skip to content

Commit 773d51c

Browse files
committed
[clang-repl] XFAIL windows properly in simple-exception test case.
We don't have proper exception support in LLJIT on windows yet. We have to xfail windows machine, but the previous check missed out some targets.
1 parent e179532 commit 773d51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Interpreter/simple-exception.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// clang-format off
22
// UNSUPPORTED: system-aix
3-
// XFAIL: arm, arm64-apple, windows-msvc, windows-gnu
3+
// XFAIL: arm, arm64-apple, system-windows
44
// RUN: cat %s | clang-repl | FileCheck %s
55
extern "C" int printf(const char *, ...);
66

0 commit comments

Comments
 (0)