summaryrefslogtreecommitdiff
path: root/tools/llvm-c-test/CMakeLists.txt
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-02-05 00:19:50 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-02-05 00:19:50 +0000
commit12e138e32661f209be94839e11c865100ab61a13 (patch)
tree024027cba0d8415c587b2d9f4f15303289d0b1f2 /tools/llvm-c-test/CMakeLists.txt
parent51000e37d1d7023660c394b0c05c9e662ac70eae (diff)
Add Support to llvm-c-test dependancies
Summary: As per title. It is required and don't get linked in in some builds. Reviewers: chapuni, joker.eph Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D16903 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259853 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-c-test/CMakeLists.txt')
-rw-r--r--tools/llvm-c-test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-c-test/CMakeLists.txt b/tools/llvm-c-test/CMakeLists.txt
index 405dc3df4ee..991e853f0b0 100644
--- a/tools/llvm-c-test/CMakeLists.txt
+++ b/tools/llvm-c-test/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
Core
MCDisassembler
Object
+ Support
Target
)