Loading
[libsycl] Add explicit LLVMSupport dependency (#195371)
libLLVMSYCL.so includes <llvm/Object/OffloadBinary.h>, which transitively instantiates LLVMSupport templates. With -Wl,-z,defs those symbols must be on the direct link line. LLVMObject (which contains OffloadBinary.cpp) was already linked, but LLVMSupport was not, causing undefined-reference errors in clean builds.