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 a4c53e4 commit 3f1a55eCopy full SHA for 3f1a55e
clang/test/Driver/sycl.c
@@ -1,3 +1,6 @@
1
+// Failing on Windows - temporarily disable
2
+// REQUIRES: system-linux
3
+
4
// RUN: %clang -### -fsycl -c %s 2>&1 | FileCheck %s --check-prefix=ENABLED
5
// RUN: %clang -### -fsycl %s 2>&1 | FileCheck %s --check-prefix=ENABLED
6
// RUN: %clang -### -fno-sycl -fsycl %s 2>&1 | FileCheck %s --check-prefix=ENABLED
0 commit comments