Skip to content

Commit 5844b81

Browse files
committed
[SYCL] Fix link directx substitution
1 parent 93e880b commit 5844b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: windows
33

4-
// RUN: %{build} %{link-directx} -o %t.out %if target-spir %{ -DDISABLE_UNORM_TESTS %}
4+
// RUN: %{build} %link-directx -o %t.out %if target-spir %{ -DDISABLE_UNORM_TESTS %}
55
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
66

77
#pragma clang diagnostic ignored "-Waddress-of-temporary"

sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled_semaphore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// XFAIL: run-mode
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15851
66

7-
// RUN: %{build} %{link-directx} -o %t.out
7+
// RUN: %{build} %link-directx -o %t.out
88
// RUN: %{run-unfiltered-devices} %t.out
99

1010
#define TEST_SEMAPHORE_IMPORT

0 commit comments

Comments
 (0)