Skip to content

Commit e559c08

Browse files
cachemeifyoucanmahesh-attarde
authored andcommitted
[CAS][CMake] Fix rhel bots missing symbol failure from llvm#114100 (llvm#161283)
Link LLVM_PTHREAD_LIB from LLVMCAS library to fix rhel bots.
1 parent b08599e commit e559c08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/CAS/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ add_llvm_component_library(LLVMCAS
1212
ADDITIONAL_HEADER_DIRS
1313
${LLVM_MAIN_INCLUDE_DIR}/llvm/CAS
1414

15+
LINK_LIBS
16+
${LLVM_PTHREAD_LIB}
17+
1518
LINK_COMPONENTS
1619
Support
1720
)

0 commit comments

Comments
 (0)