From 520163c98bbfcaa3a82fccd3ca27446ffc2c53cd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 27 Sep 2010 15:50:08 +0000 Subject: [PATCH] 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 --- unittests/ADT/Makefile | 2 +- unittests/{ADT => VMCore}/ValueMapTest.cpp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename unittests/{ADT => VMCore}/ValueMapTest.cpp (100%) diff --git a/unittests/ADT/Makefile b/unittests/ADT/Makefile index fe0832894d3..c255a0b44d0 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 similarity index 100% rename from unittests/ADT/ValueMapTest.cpp rename to unittests/VMCore/ValueMapTest.cpp -- 2.34.1