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
[offload] Fix building standalone against LLVM dylib
When building standalone, and only LLVM dylib is installed, there are
no LLVM* library targets. Skip the respective dependencies if
the targets are not present, and use the standard `llvm_config()`
function to link to the dylib, provided it supplies the needed library,
with a fallback to using the static library.
Note that I had to change PluginCommon into a STATIC library,
for compatibility with `llvm_config`.
0 commit comments