Skip to content

Commit 344f46b

Browse files
committed
[SYCL-CUDA] Add missing component to libclc's prepare_builtins tool
Fix libclc build with BUILD_SHARED_LIBS=ON Signed-off-by: Victor Lomuller <[email protected]>
1 parent 9d348eb commit 344f46b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libclc/utils/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set( LLVM_VERSION_DEFINE "-DHAVE_LLVM=0x${LLVM_VERSION_MAJOR}0${LLVM_VERSION_MIN
33
# Setup prepare_builtins tools
44
set(LLVM_LINK_COMPONENTS
55
BitWriter
6+
BitReader
67
Core
78
IRReader
89
Support

0 commit comments

Comments
 (0)