summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorSumant Kowshik <kowshik@uiuc.edu>2003-08-07 05:36:53 +0000
committerSumant Kowshik <kowshik@uiuc.edu>2003-08-07 05:36:53 +0000
commit1a737c836676da675345805b7b3c117db34ca3f7 (patch)
tree486507c88203ea0bd49fe712bffcdd8bf155569f /test/Makefile.tests
parentd105a8707a8c9609f1c44c32be4274ff0ab38ddf (diff)
downloadllvm-1a737c836676da675345805b7b3c117db34ca3f7.tar.gz
llvm-1a737c836676da675345805b7b3c117db34ca3f7.tar.bz2
llvm-1a737c836676da675345805b7b3c117db34ca3f7.tar.xz
Removed the support for pool allocation testing. This will be in a separate TEST file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7664 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 1c08aec6c1..953ae80fd1 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -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::