google test depends on Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120105 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael J. Spencer 2010-11-24 19:35:15 +00:00
parent 1683fcc823
commit 0f020f788d

View File

@ -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