[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.
This commit is contained in:
Sunho Kim 2022-08-01 09:06:35 +09:00
parent e179532284
commit 773d51ce3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// clang-format off
// UNSUPPORTED: system-aix
// XFAIL: arm, arm64-apple, windows-msvc, windows-gnu
// XFAIL: arm, arm64-apple, system-windows
// RUN: cat %s | clang-repl | FileCheck %s
extern "C" int printf(const char *, ...);