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 ecef842 commit 9d22e38Copy full SHA for 9d22e38
sycl/test-e2e/Basic/bit_cast/bit_cast.cpp
@@ -1,6 +1,6 @@
1
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
2
// RUN: %{run} %t.out
3
-// RUN: %if windows %{ %clangxx -fsycl -fsycl-host-compiler=cl -fsycl-host-compiler-options='/std:c++17 /Zc:__cplusplus' -o %t2.out %s %}
+// RUN: %if windows %{ %{build} -fsycl-host-compiler=cl -fsycl-host-compiler-options='/std:c++17 /Zc:__cplusplus' -o %t2.out %}
4
// RUN: %if windows %{ %{run} %t2.out %}
5
6
#include <sycl/detail/core.hpp>
0 commit comments