Skip to content

Commit

Permalink
Add missing reference to lldCommon in MinGW/CMakeLists.txt
Browse files Browse the repository at this point in the history
Without this the LLVM_BUILD_LLVM_DYLIB+DLLVM_LINK_LLVM_DYLIB build
break.

Also remove unneeded lldCore from wasm/CMakeLists.txt

Differential Revision: https://reviews.llvm.org/D41194

llvm-svn: 320610
  • Loading branch information
sbc100 committed Dec 13, 2017
1 parent 5a65583 commit 51d7798
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lld/MinGW/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ add_lld_library(lldMinGW

LINK_LIBS
lldCOFF
lldCommon

DEPENDS
MinGWOptionsTableGen
Expand Down
1 change: 0 additions & 1 deletion lld/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ add_lld_library(lldWasm

LINK_LIBS
lldCommon
lldCore
)

0 comments on commit 51d7798

Please sign in to comment.