mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
More fix BUILD_SHARED_LIBS=ON build for platforms which require explicit link of -lpthread (NFC)
Some systems requires explictly providing -lpthread when linking, I don't have such system so it is hard to find all the missing cases.
This commit is contained in:
@@ -17,6 +17,9 @@ add_llvm_component_library(LLVMDWARFLinkerParallel
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
|
||||
LINK_LIBS
|
||||
${LLVM_PTHREAD_LIB}
|
||||
|
||||
LINK_COMPONENTS
|
||||
AsmPrinter
|
||||
BinaryFormat
|
||||
|
||||
Reference in New Issue
Block a user