diff --git a/SYCL/Regression/fsycl-host-compiler-win.cpp b/SYCL/Regression/fsycl-host-compiler-win.cpp index 1542a6d00b..c3040b3dd4 100644 --- a/SYCL/Regression/fsycl-host-compiler-win.cpp +++ b/SYCL/Regression/fsycl-host-compiler-win.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -fsycl -fsycl-host-compiler=cl -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK /std:c++17 /Zc:__cplusplus" /Fe%t.exe %s +// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-host-compiler=cl -DDEFINE_CHECK -fsycl-host-compiler-options="-DDEFINE_CHECK /std:c++17 /Zc:__cplusplus" /Fe%t.exe %s // RUN: %CPU_RUN_PLACEHOLDER %t.exe // RUN: %GPU_RUN_PLACEHOLDER %t.exe // RUN: %ACC_RUN_PLACEHOLDER %t.exe