Add Support to llvm-c-test dependancies
authorAmaury Sechet <deadalnix@gmail.com>
Fri, 5 Feb 2016 00:19:50 +0000 (00:19 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Fri, 5 Feb 2016 00:19:50 +0000 (00:19 +0000)
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

llvm-svn: 259853

llvm/tools/llvm-c-test/CMakeLists.txt

index 405dc3d..991e853 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   MCDisassembler
   Object
+  Support
   Target
   )