[ORC] Add OrcTargetProcess dependency on LLVM_PTHREAD_LIB

This commit is contained in:
Lang Hames 2021-09-12 18:17:06 +10:00
parent 698a598cf7
commit e339303776
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ add_llvm_component_library(LLVMOrcTargetProcess
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
LINK_LIBS
${LLVM_PTHREAD_LIB}
LINK_COMPONENTS
OrcShared
Support