From 0f020f788d27fe78e796b84ea6884d395e8c9095 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Wed, 24 Nov 2010 19:35:15 +0000 Subject: [PATCH] google test depends on Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120105 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/System/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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