summaryrefslogtreecommitdiff
path: root/lld/Common
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
commitd528a6dd48ac1698f140b4d30e387cf3b1c2755a (patch)
treec26c346e7ee62b4720a5f3218e00477cfdd0ed93 /lld/Common
parent80b3af78ef79d30208ced964835cb551b524d525 (diff)
Fix shared library builds of lld, broken in SVN r319138
Diffstat (limited to 'lld/Common')
-rw-r--r--lld/Common/CMakeLists.txt1
1 files changed, 1 insertions, 0 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