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.
1 parent 3c10184 commit 5cf52afCopy full SHA for 5cf52af
sycl/test-e2e/Basic/windows_version_agnostic_sycl_lib.cpp
@@ -1,6 +1,6 @@
1
// REQUIRES: windows
2
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
+// 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
4
// RUN: %{run} %t.out
5
6
// This test checks that if program is linked with version-agnostic import library sycl.lib then sycl program works as expected.
0 commit comments