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 daef86a commit 8610669Copy full SHA for 8610669
sycl/test/regression/compile_on_win_with_mdd.cpp renamed to sycl/test-e2e/Regression/compile_on_win_with_mdd.cpp
@@ -1,8 +1,8 @@
1
// REQUIRES: windows
2
3
-// RUN: %clang_cl -fsycl /MDd -c %s -o %t.obj
4
-// RUN: %clang_cl -fsycl %t.obj -o %t.out
5
-// RUN: %t.out
+// RUN: %clangxx --driver-mode=cl -fsycl /MDd -c %s -o %t.obj
+// RUN: %clangxx --driver-mode=cl -fsycl %t.obj -o %t.out
+// RUN: %{run} %t.out
6
7
// The test aims to prevent regressions similar to the one which caused by
8
// https://github.com/intel/llvm/pull/12793.
0 commit comments