We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fe5a3 commit 046d28aCopy full SHA for 046d28a
clang/test/SemaSYCL/free_function_kernel_params.cpp
@@ -1,8 +1,9 @@
1
// RUN: %clang_cc1 -internal-isystem %S/Inputs -fsycl-is-device -ast-dump \
2
// RUN: %s -o - | FileCheck %s
3
-
+// UNSUPPORTED: system-windows
4
// This test checks parameter rewriting for free functions with parameters
5
// of type scalar, pointer, simple struct and struct with pointers.
6
+// Windows support will be added later.
7
8
#include "sycl.hpp"
9
0 commit comments