Skip to content

Commit 51add22

Browse files
authored
[SYCL][E2E] Disable multi_lib_app.cpp on Windows (#20025)
Test is failing in CI: #20023
1 parent 7e61fc3 commit 51add22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/IntermediateLib/multi_lib_app.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// UNSUPPORTED: cuda || hip
22
// UNSUPPORTED-TRACKER: CMPLRLLVM-69415
33

4+
// UNSUPPORTED: windows
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20023
6+
47
// DEFINE: %{fPIC_flag} = %if windows %{%} %else %{-fPIC%}
58
// DEFINE: %{shared_lib_ext} = %if windows %{dll%} %else %{so%}
69

0 commit comments

Comments
 (0)