diff --git a/SYCL/Regression/fsycl-host-compiler.cpp b/SYCL/Regression/fsycl-host-compiler.cpp index c78d474092..9a50654455 100644 --- a/SYCL/Regression/fsycl-host-compiler.cpp +++ b/SYCL/Regression/fsycl-host-compiler.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -fsycl -fsycl-host-compiler=g++ -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK -std=c++17" -o %t.out %s +// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-host-compiler=g++ -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK -std=c++17" -o %t.out %s // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out