Skip to content

Commit

Permalink
[SYCL][E2E] Use /clang: when using MSVC driver on bindless images t…
Browse files Browse the repository at this point in the history
…est (#16140)

this should fix the compfail on this test when using clang-cl.
  • Loading branch information
ayylol authored Nov 20, 2024
1 parent 9e3aabf commit 5e61f8f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// REQUIRES: aspect-ext_oneapi_bindless_images
// REQUIRES: windows

// RUN: %{build} -l d3d12 -l dxgi -l dxguid -o %t.out
// DEFINE: %{link-flags}=%if cl_options %{ /clang:-ld3d12 /clang:-ldxgi /clang:-ldxguid %} %else %{ -ld3d12 -ldxgi -ldxguid %}
// RUN: %{build} %{link-flags} -o %t.out
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out

#pragma clang diagnostic ignored "-Waddress-of-temporary"
Expand Down

0 comments on commit 5e61f8f

Please sign in to comment.