Removed the support for pool allocation testing. This will be in a separate TEST...
authorSumant Kowshik <kowshik@uiuc.edu>
Thu, 7 Aug 2003 05:36:53 +0000 (05:36 +0000)
committerSumant Kowshik <kowshik@uiuc.edu>
Thu, 7 Aug 2003 05:36:53 +0000 (05:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7664 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 1c08aec6c184c68e0e22a4dbf7241475fa405005..953ae80fd1d29fef61bf5428f29c258e32fbd03f 100644 (file)
@@ -77,15 +77,6 @@ ifeq ($(TRACEM), yes)
     TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
 endif
 
-POOLFLAGS =
-DOPOOLALLOC =
-## If POOLALLOC is "yes", set the opt flag and the POOLLIBS varoab;e
-ifeq ($(POOLALLOC), yes)
-    POOLFLAGS += -poolalloc
-    DOPOOLALLOC = yes
-    POOLLIBS := -L$(LEVEL)/test/Libraries/Output
-endif
-
 LLCLIBS := $(LLCLIBS) -lm
 
 clean::