aboutsummaryrefslogtreecommitdiff
path: root/MinGW
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-09-12 00:01:07 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-09-12 00:01:07 +0000
commit9640e86400c6608c4b5b0c6bab1885f47bd8ed2f (patch)
tree1938d450866f27bd078d523a1e4466ce99f65c48 /MinGW
parent43b7b569d92159ad78ca6d37d7da28eb5b0ab4e4 (diff)
lldMinGW: Add LLVMSupport in libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@312981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'MinGW')
-rw-r--r--MinGW/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/MinGW/CMakeLists.txt b/MinGW/CMakeLists.txt
index 180121700..6745c0d99 100644
--- a/MinGW/CMakeLists.txt
+++ b/MinGW/CMakeLists.txt
@@ -9,6 +9,10 @@ endif()
add_lld_library(lldMinGW
Driver.cpp
+ LINK_COMPONENTS
+ Support
+ Option
+
LINK_LIBS
lldCOFF
${LLVM_PTHREAD_LIB}