Skip to content

Commit

Permalink
[libclc] Fix linking against libLLVMSupport
Browse files Browse the repository at this point in the history
Fixes #62018.
  • Loading branch information
illwieckz authored and nikic committed May 22, 2023
1 parent 3364d12 commit 382b56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libclc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ set(LLVM_LINK_COMPONENTS
BitReader
BitWriter
Core
Support
)
add_llvm_executable( prepare_builtins utils/prepare-builtins.cpp )
target_compile_definitions( prepare_builtins PRIVATE ${LLVM_VERSION_DEFINE} )
Expand Down

0 comments on commit 382b56d

Please sign in to comment.