summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-11-28 08:12:03 +0000
committerMartin Storsjo <martin@martin.st>2017-11-28 08:12:03 +0000
commit2d614ced553bd9288959f8d5194e5463aa27d60e (patch)
tree4d29f463a289d95203212c984e174a9394eb0224
parentf2508f46cae499270d8e36c136f576f4849456b0 (diff)
downloadbcm5719-llvm-2d614ced553bd9288959f8d5194e5463aa27d60e.tar.gz
bcm5719-llvm-2d614ced553bd9288959f8d5194e5463aa27d60e.zip
Fix shared library builds of lld, broken in SVN r319138
llvm-svn: 319152
-rw-r--r--lld/Common/CMakeLists.txt1
-rw-r--r--lld/ELF/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/lld/Common/CMakeLists.txt b/lld/Common/CMakeLists.txt
index e0ff9793f4a..7a6a6dedeb0 100644
--- a/lld/Common/CMakeLists.txt
+++ b/lld/Common/CMakeLists.txt
@@ -15,6 +15,7 @@ add_lld_library(lldCommon
LINK_COMPONENTS
Codegen
+ Demangle
MC
Option
Support
diff --git a/lld/ELF/CMakeLists.txt b/lld/ELF/CMakeLists.txt
index aef5ee68f4a..511529a4c21 100644
--- a/lld/ELF/CMakeLists.txt
+++ b/lld/ELF/CMakeLists.txt
@@ -47,7 +47,6 @@ add_lld_library(lldELF
BinaryFormat
Core
DebugInfoDWARF
- Demangle
LTO
MC
Object
OpenPOWER on IntegriCloud