From: Michael J. Spencer Date: Wed, 24 Nov 2010 19:35:15 +0000 (+0000) Subject: google test depends on Support. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0f020f788d27fe78e796b84ea6884d395e8c9095;p=oota-llvm.git google test depends on Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120105 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/System/Makefile b/unittests/System/Makefile index 336ac30383d..368cf328690 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