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 93123b1 commit 6212331Copy full SHA for 6212331
clang/test/dpct/header_insert/b.cu
@@ -19,6 +19,8 @@
19
// RUN: FileCheck %S/b.cu --match-full-lines --input-file %T/out/b.dp.cpp
20
// RUN: FileCheck %S/b.cpp --match-full-lines --input-file %T/out/b.cpp
21
// RUN: FileCheck %S/b.h --match-full-lines --input-file %T/out/b.h
22
+// RUN: %if build_lit %{icpx -c -fsycl %T/out/b.dp.cpp -o %T/out/b.dp.o %}
23
+// RUN: %if build_lit %{icpx -c -fsycl %T/out/b.cpp -o %T/out/b.o %}
24
// RUN: rm -rf ./out
25
26
// CHECK: #define CU_FILE
0 commit comments