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
Fix standalone builds with LLVM_LINK_LLVM_DYLIB=ON (#1889)
Move the LLVM components to LINK_COMPONENTS because the DEPENDS list has the same semantics as add_dependencies(). In this
case it doesn't include the LLVM components when calling the linker.
It's almost complete revert of #1543
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@cf5a5a4
0 commit comments