Skip to content

Commit ae87657

Browse files
authored
[SYCL] Use clangxx instead of clang++ in RUN line (#3771)
1 parent c74f05d commit ae87657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/regression/fsycl-host-compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
1+
// RUN: %clangxx -fsycl -fsycl-host-compiler=g++ -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK -std=c++17" -o %t1.exe %s
22
// RUN: %RUN_ON_HOST %t1.exe
33
// REQUIRES: system-linux
44
//==------- fsycl-host-compiler.cpp - external host compiler test ----------==//

0 commit comments

Comments
 (0)