Commit 3ccc8ec
authored
[SYCL][E2E] dynamic_compress.cpp fix (#20446)
This test started failing after
llvm/llvm-project@7ff6973f1
We used to just build the libs in the same directory as the app, but now
they are in a subdirectory. Picking up ALL the lib files like we do on
Linux should work.
---------
Signed-off-by: Chris Perkins <[email protected]>1 parent 9e58dc3 commit 3ccc8ec
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
0 commit comments