Skip to content

Commit

Permalink
[libclc] Fix linking against libIRReader
Browse files Browse the repository at this point in the history
Fixes llvm#91551.
  • Loading branch information
illwieckz committed May 9, 2024
1 parent 617a15a commit 8a04001
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 @@ -114,6 +114,7 @@ include_directories( ${LLVM_INCLUDE_DIRS} )
set(LLVM_LINK_COMPONENTS
BitReader
BitWriter
IRReader
Core
Support
)
Expand Down

0 comments on commit 8a04001

Please sign in to comment.