mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 19:07:53 +08:00
Fix BUILD_SHARED_LIBS=ON build for platforms which require explicit link of -lpthread (NFC)
This commit is contained in:
@@ -18,6 +18,9 @@ add_llvm_component_library(LLVMDebugInfoGSYM
|
||||
DEPENDS
|
||||
LLVMMC
|
||||
|
||||
LINK_LIBS
|
||||
${LLVM_PTHREAD_LIB}
|
||||
|
||||
LINK_COMPONENTS
|
||||
MC
|
||||
Object
|
||||
|
||||
Reference in New Issue
Block a user