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 d0fe353 commit 7b828d7Copy full SHA for 7b828d7
clang/test/CodeGenSYCL/host_pipe_int_footer_header.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -fsycl-is-device -std=c++17 -internal-isystem %S/Inputs -triple spir64-unknown-unknown -fsycl-int-footer=%t.footer.h -fsycl-int-header=%t.header.h -fsycl-unique-prefix=THE_PREFIX %s -emit-llvm -o %t.ll
+// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -triple spir64-unknown-unknown -fsycl-int-footer=%t.footer.h -fsycl-int-header=%t.header.h -fsycl-unique-prefix=THE_PREFIX %s -emit-llvm -o %t.ll
2
// RUN: FileCheck -input-file=%t.footer.h %s --check-prefix=CHECK-FOOTER
3
// RUN: FileCheck -input-file=%t.header.h %s --check-prefix=CHECK-HEADER
4
#include "sycl.hpp"
0 commit comments