Skip to content

Commit 798157f

Browse files
jhuber6smallp-o-p
authored andcommitted
[SYCL] Fix sycl linker's missing dependencies
1 parent 44db9ac commit 798157f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
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)