Commit 7146eec
authored
[SYCL][E2E] Use correct subtitution for
On Windows clang tries to mimic `cl.exe` interface and it has a
different spelling for `-O0` (`/Od`).
Updated a couple of tests to make them work on Windows as well by using
a substitution instead of a flag directly.-O0 (intel#16440)1 parent 6daabd8 commit 7146eec
File tree
2 files changed
+2
-2
lines changed- sycl/test-e2e/OptionalKernelFeatures
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments