Skip to content

Commit 9d22e38

Browse files
authored
[TEST-E2E] Address test build's missing triple on Windows. (#13691)
Address [test-e2e/Basic/bit_cast/bit_cast.cpp](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/Basic/bit_cast/bit_cast.cpp) build's missing triple on Windows.
1 parent ecef842 commit 9d22e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/bit_cast/bit_cast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
22
// 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 %}
3+
// RUN: %if windows %{ %{build} -fsycl-host-compiler=cl -fsycl-host-compiler-options='/std:c++17 /Zc:__cplusplus' -o %t2.out %}
44
// RUN: %if windows %{ %{run} %t2.out %}
55

66
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)