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
[Driver][SYCL] Improve -lname static linking with shared objects (#5790)
By default, the expectation for linking is dynamic. Abide by these
rules when processing library files for fat static archives.
For example: clang++ -fsycl -lname
This should only attempt to unbundle libname.a when there is no libname.so
found. Exception being when we are forcing static linking with options
such as -static and -Wl,-Bstatic.
0 commit comments