summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/COFF/CMakeLists.txt3
-rw-r--r--lld/lib/Driver/CMakeLists.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/lld/COFF/CMakeLists.txt b/lld/COFF/CMakeLists.txt
index ae536690bcc..599ac771130 100644
--- a/lld/COFF/CMakeLists.txt
+++ b/lld/COFF/CMakeLists.txt
@@ -18,8 +18,11 @@ add_llvm_library(lldCOFF
Core
LTO
LibDriver
+ Object
MC
MCDisassembler
+ Target
+ Option
Support
)
diff --git a/lld/lib/Driver/CMakeLists.txt b/lld/lib/Driver/CMakeLists.txt
index ed88b7d4237..cfb3866ab0e 100644
--- a/lld/lib/Driver/CMakeLists.txt
+++ b/lld/lib/Driver/CMakeLists.txt
@@ -21,6 +21,7 @@ add_llvm_library(lldDriver
LINK_LIBS
lldConfig
lldMachO
+ lldCOFF
lldPECOFF
lldELF
lldAArch64ELFTarget
OpenPOWER on IntegriCloud