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 afa2ece commit 97f2e03Copy full SHA for 97f2e03
clang/test/CodeGenSYCL/kernel_functor.cpp
@@ -1,6 +1,6 @@
1
-// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsycl-is-device -fno-sycl-unnamed-lambda -fsycl-int-header=%t.h %s -o %t.spv
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsycl-is-device -fno-sycl-unnamed-lambda -fsycl-int-header=%t.h %s -o /dev/null
2
// RUN: FileCheck %s --input-file=%t.h --check-prefixes=NUL,CHECK
3
-// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsycl-is-device -fsycl-int-header=%t.h %s -o %t.spv
+// RUN: %clang_cc1 -triple x86_64-linux-gnu -fsycl-is-device -fsycl-int-header=%t.h %s -o /dev/null
4
// RUN: FileCheck %s --input-file=%t.h --check-prefixes=UL,CHECK
5
6
// Checks that functors are supported as SYCL kernels.
0 commit comments