Skip to content

Commit e339303

Browse files
committed
[ORC] Add OrcTargetProcess dependency on LLVM_PTHREAD_LIB
1 parent 698a598 commit e339303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ add_llvm_component_library(LLVMOrcTargetProcess
77
ADDITIONAL_HEADER_DIRS
88
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
99

10+
LINK_LIBS
11+
${LLVM_PTHREAD_LIB}
12+
1013
LINK_COMPONENTS
1114
OrcShared
1215
Support

0 commit comments

Comments
 (0)