summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmail Donmez <ismail@i10z.com>2017-02-03 10:13:39 +0000
committerIsmail Donmez <ismail@i10z.com>2017-02-03 10:13:39 +0000
commit82c489f2a6c73dbe1391954d422ffd9bbdc2dab9 (patch)
tree2343b8bc8305915d52500b9ce3449dafbff83306
parentda910e0a8bb86195e56c1b69f9da16649fcdf518 (diff)
downloadbcm5719-llvm-82c489f2a6c73dbe1391954d422ffd9bbdc2dab9.tar.gz
bcm5719-llvm-82c489f2a6c73dbe1391954d422ffd9bbdc2dab9.zip
Fix shared build after r293965 (Core) and r293967 (COFF)
llvm-svn: 293996
-rw-r--r--lld/COFF/CMakeLists.txt1
-rw-r--r--lld/lib/Core/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/lld/COFF/CMakeLists.txt b/lld/COFF/CMakeLists.txt
index 9773b156988..0eebe93484a 100644
--- a/lld/COFF/CMakeLists.txt
+++ b/lld/COFF/CMakeLists.txt
@@ -27,6 +27,7 @@ add_lld_library(lldCOFF
LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
+ BitReader
Core
DebugInfoCodeView
DebugInfoMSF
diff --git a/lld/lib/Core/CMakeLists.txt b/lld/lib/Core/CMakeLists.txt
index d9b22cb6bea..bbd9ad48b6d 100644
--- a/lld/lib/Core/CMakeLists.txt
+++ b/lld/lib/Core/CMakeLists.txt
@@ -18,6 +18,7 @@ add_lld_library(lldCore
${LLD_INCLUDE_DIR}/lld/Core
LINK_COMPONENTS
+ MC
Support
DEPENDS
OpenPOWER on IntegriCloud