Skip to content

Commit

Permalink
[libclc] Fix linking against libLLVMSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz authored and veselypeta committed Aug 23, 2024
2 parents a386d6a + 382b56d commit 0b11ad5
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 0b11ad5

Please sign in to comment.