aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/Makefile
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-09-27 15:50:08 +0000
committerDan Gohman <gohman@apple.com>2010-09-27 15:50:08 +0000
commite6824afcc8ea84b49c4ce8f13af7b1f7ecd48ada (patch)
tree013440a3b960859a60ffb279332acc78489eda21 /unittests/ADT/Makefile
parent172d457b8f2a6436a8f74f48e08ee5d52119e5be (diff)
downloadexternal_llvm-e6824afcc8ea84b49c4ce8f13af7b1f7ecd48ada.zip
external_llvm-e6824afcc8ea84b49c4ce8f13af7b1f7ecd48ada.tar.gz
external_llvm-e6824afcc8ea84b49c4ce8f13af7b1f7ecd48ada.tar.bz2
Move ValueMapTest from ADT to VMCore so that ADT doesn't need
to link in "core". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ADT/Makefile')
-rw-r--r--unittests/ADT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/Makefile b/unittests/ADT/Makefile
index fe08328..c255a0b 100644
--- a/unittests/ADT/Makefile
+++ b/unittests/ADT/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TESTNAME = ADT
-LINK_COMPONENTS := core support
+LINK_COMPONENTS := support
include $(LEVEL)/Makefile.config