Skip to content

Commit 7313b2d

Browse files
authored
[SYCL] Fix build --sharedi-libs flag enabled (#2812)
The patch fixes regression introduced by 9218ff5.
1 parent cb069fe commit 7313b2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ add_llvm_component_library(LLVMSYCLLowerIR
5252
LLVMGenXIntrinsics
5353
LLVMDemangle
5454
LLVMTransformUtils
55+
56+
LINK_COMPONENTS
57+
Core
58+
Support
5559
)
5660

5761
target_include_directories(LLVMSYCLLowerIR

0 commit comments

Comments
 (0)