Skip to content

Commit 17e37ba

Browse files
committed
Fix shared lib build.
1 parent d4f18f1 commit 17e37ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lld/lib/Core/CMakeLists.txt

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

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

2627
DEPENDS
27-
${tablegen_deps}
28+
${tablegen_deps}
2829
)

lld/lib/ReaderWriter/CMakeLists.txt

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

1818
LINK_LIBS
19+
lldCommon
1920
lldCore
2021
)

0 commit comments

Comments
 (0)