Revert "Fix shared lib build."

This reverts commit 17e37ba57a
because it introduced a circular dependency between Core and Common.
Because d0371f4736 fixed a build issue,
we no longer need that dependency.
This commit is contained in:
Rui Ueyama 2019-11-19 12:05:16 +09:00
parent d0371f4736
commit 45f8ee5f3c
2 changed files with 2 additions and 4 deletions

View File

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

View File

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