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.
/clang:
1 parent 9e3aabf commit 5e61f8fCopy full SHA for 5e61f8f
sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp
@@ -1,7 +1,8 @@
1
// REQUIRES: aspect-ext_oneapi_bindless_images
2
// REQUIRES: windows
3
4
-// 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 %}
5
+// RUN: %{build} %{link-flags} -o %t.out
6
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
7
8
#pragma clang diagnostic ignored "-Waddress-of-temporary"
0 commit comments