Skip to content

Commit 45f8ee5

Browse files
committed
Revert "Fix shared lib build."
This reverts commit 17e37ba because it introduced a circular dependency between Core and Common. Because d0371f4 fixed a build issue, we no longer need that dependency.
1 parent d0371f4 commit 45f8ee5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lld/lib/Core/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ add_lld_library(lldCore
2121
Support
2222

2323
LINK_LIBS
24-
lldCommon
25-
${LLVM_PTHREAD_LIB}
24+
${LLVM_PTHREAD_LIB}
2625

2726
DEPENDS
28-
${tablegen_deps}
27+
${tablegen_deps}
2928
)

lld/lib/ReaderWriter/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ add_lld_library(lldReaderWriter
1616
Support
1717

1818
LINK_LIBS
19-
lldCommon
2019
lldCore
2120
)

0 commit comments

Comments
 (0)