Skip to content

Commit 5cf52af

Browse files
committed
[SYCL] ignore new warning in e2e windows specific test
1 parent 3c10184 commit 5cf52af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/windows_version_agnostic_sycl_lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: windows
22

3-
// RUN: %clangxx --driver-mode=cl /std:c++17 /EHsc -I%sycl_include -I%opencl_include_dir %s -o %t.out /link /defaultlib:%sycl_static_libs_dir/sycl.lib
3+
// RUN: %clangxx -Wno-error=deprecated-declarations --driver-mode=cl /std:c++17 /EHsc -I%sycl_include -I%opencl_include_dir %s -o %t.out /link /defaultlib:%sycl_static_libs_dir/sycl.lib
44
// RUN: %{run} %t.out
55

66
// This test checks that if program is linked with version-agnostic import library sycl.lib then sycl program works as expected.

0 commit comments

Comments
 (0)