You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Remove some OSUtil::* funcs from ABI under -fpreview-breaking-changes (#16177)
These are used internally in the DSO and don't need to be exposed
outside.
`OSUtil::getDirName` will become `static` inside single TU under the
`-fpreview-breaking-changes` flag and `private` for the time being
without the flag (to make sure no new uses will be added outside the
TU).
`OSUtil::getCurrentDSODir` is used in several TUs, so simply make it
`__SYCL_DLL_LOCAL` to remove from exported symbols during the next
ABI-breaking window.
0 commit comments