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][Driver][thinLTO] Don't pass -emit-only-kernels-as-entry-points to sycl-post-link in early splitting (#14991)
In early splitting with thinLTO, we could be generating an `.o` to be
linked in with other files later. Right now, passing
`-emit-only-kernels-as-entry-points` to `sycl-post-link` can cause
functions to get dropped even though they are used by some other `.o`.
We will need to prune non-entry points inside the thinLTO processing
inside `clang-linker-wrapper`, but that's not implemented yet.
---------
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
0 commit comments