Commit 610d42a
authored
[SYCL][E2E] Pass sycl target options to clang in one test (#18997)
This is required to ensure that the correct target with the correct
options is used when linking with clang in the test. For example without
trying to use the `SPIR-V` (not the SPIR) backend for testing with
`--param spirv-backend=True` does not take effect. If the test would be
run on a non SPIR target it would fail as clang is expecting object
files for the SPIR target when `-fsycl-targets` is not set.1 parent a7e0f86 commit 610d42a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments