forked from OSchip/llvm-project
[ORC] Add OrcTargetProcess dependency on LLVM_PTHREAD_LIB
This commit is contained in:
parent
698a598cf7
commit
e339303776
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue