mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
Revert "Fix shared lib build."
This reverts commit17e37ba57a
because it introduced a circular dependency between Core and Common. Becaused0371f4736
fixed a build issue, we no longer need that dependency.
This commit is contained in:
parent
d0371f4736
commit
45f8ee5f3c
@ -21,9 +21,8 @@ add_lld_library(lldCore
|
||||
Support
|
||||
|
||||
LINK_LIBS
|
||||
lldCommon
|
||||
${LLVM_PTHREAD_LIB}
|
||||
${LLVM_PTHREAD_LIB}
|
||||
|
||||
DEPENDS
|
||||
${tablegen_deps}
|
||||
${tablegen_deps}
|
||||
)
|
||||
|
@ -16,6 +16,5 @@ add_lld_library(lldReaderWriter
|
||||
Support
|
||||
|
||||
LINK_LIBS
|
||||
lldCommon
|
||||
lldCore
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user