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 c74f05d commit ae87657Copy full SHA for ae87657
sycl/test/regression/fsycl-host-compiler.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang++ -fsycl -fsycl-host-compiler=g++ -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK -std=c++17" -o %t1.exe %s
+// RUN: %clangxx -fsycl -fsycl-host-compiler=g++ -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK -std=c++17" -o %t1.exe %s
2
// RUN: %RUN_ON_HOST %t1.exe
3
// REQUIRES: system-linux
4
//==------- fsycl-host-compiler.cpp - external host compiler test ----------==//
0 commit comments