Commit 19ce212
authored
[SYCL] Use -fsemantic-interposition for device_selector.cpp (#7022)
We build the whole project with `-fno-semantic-interposition` by default
and it gets miscompiled by clang after #6896.
It's not yet clear if this would be a permanent fix or if there is a bug
in clang. The issue is being tracked at llvm/llvm-project#58295.1 parent d517148 commit 19ce212
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
0 commit comments