summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-24 19:35:15 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-24 19:35:15 +0000
commit0f020f788d27fe78e796b84ea6884d395e8c9095 (patch)
treef48e68970009a463b094027678beea6b3fe36888
parent1683fcc82397681a64a35884edc9c62c49f2f179 (diff)
downloadllvm-0f020f788d27fe78e796b84ea6884d395e8c9095.tar.gz
llvm-0f020f788d27fe78e796b84ea6884d395e8c9095.tar.bz2
llvm-0f020f788d27fe78e796b84ea6884d395e8c9095.tar.xz
google test depends on Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120105 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--unittests/System/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/System/Makefile b/unittests/System/Makefile
index 336ac30383..368cf32869 100644
--- a/unittests/System/Makefile
+++ b/unittests/System/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TESTNAME = System
-LINK_COMPONENTS := system
+LINK_COMPONENTS := system support
include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest