File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
sycl/test-e2e/syclcompat/kernel Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// REQUIRES: windows
22
3- // UNSUPPORTED: gpu-intel-gen12 && run-mode && !build-mode
4- // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17561
5-
63// DEFINE: %{sharedflag} = %if cl_options %{/clang:-shared%} %else %{-shared%}
74
8- // RUN: %clangxx %{sharedflag} -fsycl %{sycl_target_opts} %S\Inputs\kernel_module.cpp -o %t.dll
9- // RUN: %clangxx -DTEST_SHARED_LIB='"%/t.dll"' -fsycl %{sycl_target_opts} %S\Inputs\kernel_function.cpp -o %t.out
5+ // This test is sensitive to the absolute path of the dll file produced, so we
6+ // run the test completely on the run system to avoid issues.
7+
8+ // RUN: %{run-aux} %clangxx %{sharedflag} -fsycl %{sycl_target_opts} %S\Inputs\kernel_module.cpp -o %t.dll
9+ // RUN: %{run-aux} %clangxx -DTEST_SHARED_LIB='"%/t.dll"' -fsycl %{sycl_target_opts} %S\Inputs\kernel_function.cpp -o %t.out
1010// RUN: %{run} %t.out
You can’t perform that action at this time.
0 commit comments