summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/MinGW/CMakeLists.txt1
-rw-r--r--lld/wasm/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/lld/MinGW/CMakeLists.txt b/lld/MinGW/CMakeLists.txt
index 538a1bba47e..bb0fe4a3887 100644
--- a/lld/MinGW/CMakeLists.txt
+++ b/lld/MinGW/CMakeLists.txt
@@ -15,6 +15,7 @@ add_lld_library(lldMinGW
LINK_LIBS
lldCOFF
+ lldCommon
DEPENDS
MinGWOptionsTableGen
diff --git a/lld/wasm/CMakeLists.txt b/lld/wasm/CMakeLists.txt
index f34e0c4bf95..19b0d168437 100644
--- a/lld/wasm/CMakeLists.txt
+++ b/lld/wasm/CMakeLists.txt
@@ -23,5 +23,4 @@ add_lld_library(lldWasm
LINK_LIBS
lldCommon
- lldCore
)
OpenPOWER on IntegriCloud