Skip to content

Commit 1dcd645

Browse files
authored
[SYCL] Disable No RDC lit tests on Windows (#7739)
They fail in post commit Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 4c22e7b commit 1dcd645

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

clang/test/Driver/sycl-no-rdc-fat-archive.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/// test behaviors of passing a fat static lib with -fno-sycl-rdc
2+
// UNSUPPORTED: system-windows
3+
24
// Build a fat static lib that will be used for all tests
35
// RUN: echo "void foo(void) {}" > %t1.cpp
46
// RUN: %clangxx -target x86_64-unknown-linux-gnu -fsycl %t1.cpp -c -o %t1_bundle.o

clang/test/Driver/sycl-no-rdc.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/// Tests for -fno-sycl-rdc
2+
// UNSUPPORTED: system-windows
3+
24
// RUN: touch %t1.cpp
35
// RUN: touch %t2.cpp
46
// RUN: %clang -### -fsycl -fno-sycl-rdc --sysroot=%S/Inputs/SYCL %t1.cpp %t2.cpp 2>&1 -ccc-print-phases | FileCheck %s

0 commit comments

Comments
 (0)