Fix shared lib build.

This commit is contained in:
Michael Liao 2019-11-18 13:07:08 -05:00
parent d4f18f11d3
commit 17e37ba57a
2 changed files with 4 additions and 2 deletions

View File

@ -21,8 +21,9 @@ add_lld_library(lldCore
Support
LINK_LIBS
${LLVM_PTHREAD_LIB}
lldCommon
${LLVM_PTHREAD_LIB}
DEPENDS
${tablegen_deps}
${tablegen_deps}
)

View File

@ -16,5 +16,6 @@ add_lld_library(lldReaderWriter
Support
LINK_LIBS
lldCommon
lldCore
)