Commit 1ccfd51
authored
[SYCL][Windows] Fix DataMovement test (#6790)
Using `-g` with the regular `clang` command line is not supported on
Windows.
On Windows `clang-cl` and `/Mdd` should be used instead.
However it doesn't seem like this test is testing anything to do debug
info and I couldn't find any reason for having it in the history, so
removing `-g` is the simplest solution to make the test work on both
Linux and Windows.
This should fix the post-commit issue that showed up in:
#67211 parent 295b4fa commit 1ccfd51
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments