Fix BUILD_SHARED_LIBS=ON build for platforms which require explicit link of -lpthread (NFC)

This commit is contained in:
Mehdi Amini
2024-03-02 19:22:05 -08:00
parent 6b70c5d79f
commit 6c6ea9d2b0

View File

@@ -18,6 +18,9 @@ add_llvm_component_library(LLVMDebugInfoGSYM
DEPENDS
LLVMMC
LINK_LIBS
${LLVM_PTHREAD_LIB}
LINK_COMPONENTS
MC
Object