Skip to content

Commit 5537b43

Browse files
Automerge: [CAS][CMake] Fix rhel bots missing symbol failure from #114100 (#161283)
Link LLVM_PTHREAD_LIB from LLVMCAS library to fix rhel bots.
2 parents af00e07 + 0ab9ffe commit 5537b43

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)