summaryrefslogtreecommitdiff
path: root/lib/Core/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/CMakeLists.txt')
-rw-r--r--lib/Core/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Core/CMakeLists.txt b/lib/Core/CMakeLists.txt
index f2bf90509295..85046b93f34f 100644
--- a/lib/Core/CMakeLists.txt
+++ b/lib/Core/CMakeLists.txt
@@ -18,9 +18,10 @@ add_lld_library(lldCore
${LLD_INCLUDE_DIR}/lld/Core
LINK_COMPONENTS
+ BinaryFormat
MC
Support
-
+
LINK_LIBS
${LLVM_PTHREAD_LIB}