[SYCL] Fix sycl linker's missing dependencies

This commit is contained in:
Joseph Huber
2024-10-31 10:59:43 -05:00
parent 3452149c05
commit 0d499f9043

View File

@@ -1,6 +1,10 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
BinaryFormat
Option
Object
TargetParser
Support
)
set(LLVM_TARGET_DEFINITIONS SYCLLinkOpts.td)