We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c22e7b commit 1dcd645Copy full SHA for 1dcd645
clang/test/Driver/sycl-no-rdc-fat-archive.cpp
@@ -1,4 +1,6 @@
1
/// test behaviors of passing a fat static lib with -fno-sycl-rdc
2
+// UNSUPPORTED: system-windows
3
+
4
// Build a fat static lib that will be used for all tests
5
// RUN: echo "void foo(void) {}" > %t1.cpp
6
// RUN: %clangxx -target x86_64-unknown-linux-gnu -fsycl %t1.cpp -c -o %t1_bundle.o
clang/test/Driver/sycl-no-rdc.cpp
/// Tests for -fno-sycl-rdc
// RUN: touch %t1.cpp
// RUN: touch %t2.cpp
// RUN: %clang -### -fsycl -fno-sycl-rdc --sysroot=%S/Inputs/SYCL %t1.cpp %t2.cpp 2>&1 -ccc-print-phases | FileCheck %s
0 commit comments