diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-24 19:35:15 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-11-24 19:35:15 +0000 |
commit | 0f020f788d27fe78e796b84ea6884d395e8c9095 (patch) | |
tree | f48e68970009a463b094027678beea6b3fe36888 /unittests | |
parent | 1683fcc82397681a64a35884edc9c62c49f2f179 (diff) |
google test depends on Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/System/Makefile | 2 |
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 |