aboutsummaryrefslogtreecommitdiff
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
commit520163c98bbfcaa3a82fccd3ca27446ffc2c53cd (patch)
tree013440a3b960859a60ffb279332acc78489eda21
parentfab4c9e9df1aeb33b55cfcfa174fac8d61df96fd (diff)
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
-rw-r--r--unittests/ADT/Makefile2
-rw-r--r--unittests/VMCore/ValueMapTest.cpp (renamed from unittests/ADT/ValueMapTest.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/Makefile b/unittests/ADT/Makefile
index fe0832894d..c255a0b44d 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
diff --git a/unittests/ADT/ValueMapTest.cpp b/unittests/VMCore/ValueMapTest.cpp
index 152e8eaaf1..152e8eaaf1 100644
--- a/unittests/ADT/ValueMapTest.cpp
+++ b/unittests/VMCore/ValueMapTest.cpp