Skip to content

Commit 3d763d2

Browse files
committed
[CIR] Appease a test on windows to unblock CI
1 parent 59aca40 commit 3d763d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/CIR/cir-output.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// RUN: %clang -fclangir -Werror -fcir-output %t.c -c -o %t.obj
66
// RUN: FileCheck %s --input-file=%t.cir --check-prefix=CIR
77

8+
// NYI on invalid C++ ABI kind
9+
// XFAIL: host={{.*}}-windows-msvc
10+
811
struct S {
912
int x;
1013
};

0 commit comments

Comments
 (0)