Commit 248da2e
authored
[SYCL] Return some Windows symbols in library back (#4244)
This patch returns some of the symbols of the library which
had @oneapi@sycl@ before #4014 , and after that they were
renamed to @oneapi@ext@sycl@. These symbols can't be used
by users because the fully internal class stream_impl was exported,
so nothing breaks. Anyway, some symbols were removed in
comparison with Gold, and we can't change ABI yet. During the
timeframe where we can break ABI, we can fix stream_impl by
removing `__SYCL_EXPORT` from it.1 parent a292214 commit 248da2e
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments