Commit 311cc71
authored
[SYCL][E2E] Fix -Werror failures in DeviceLib tests (#18985)
The `-fsycl-device-lib-jit-link` only has an effect in SPIR compilation
so these tests would fail with `-Werror`.
It might be worth re-working these tests a bit to only run this part on
spir, but other existing tests already have this change to make it work
on `-Werror` so do it as well here to fix the nightly.
Fixes intel/llvm#187441 parent 3ffee67 commit 311cc71
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- sycl/test-e2e/DeviceLib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments