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 789d13c commit f25db06Copy full SHA for f25db06
clang/test/CodeGenSYCL/integration_footer.cpp
@@ -1,10 +1,10 @@
1
-// RUN: %clang_cc1 -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -fsycl-int_footer=%t.h %s -emit-llvm -o %t.ll
+// RUN: %clang_cc1 -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -fsycl-int-footer=%t.h %s -emit-llvm -o %t.ll
2
// RUN: FileCheck -input-file=%t.h %s
3
4
// CHECK: // Integration Footer contents to go here.
5
6
#include "Inputs/sycl.hpp"
7
8
-nt main() {
+int main() {
9
cl::sycl::kernel_single_task<class first_kernel>([]() {});
10
}
0 commit comments