Skip to content

Commit 0d499f9

Browse files
committed
[SYCL] Fix sycl linker's missing dependencies
1 parent 3452149 commit 0d499f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/tools/clang-sycl-linker/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
set(LLVM_LINK_COMPONENTS
22
${LLVM_TARGETS_TO_BUILD}
3+
BinaryFormat
34
Option
5+
Object
6+
TargetParser
7+
Support
48
)
59

610
set(LLVM_TARGET_DEFINITIONS SYCLLinkOpts.td)

0 commit comments

Comments
 (0)