diff options
author | Sumant Kowshik <kowshik@uiuc.edu> | 2003-08-07 05:36:53 +0000 |
---|---|---|
committer | Sumant Kowshik <kowshik@uiuc.edu> | 2003-08-07 05:36:53 +0000 |
commit | 43ecb4829d1cfa55d5f5e644b951f5028d6113b7 (patch) | |
tree | 3f65dcb9c51288eff6cc03786fe4b3165127274f /llvm/test/Makefile.tests | |
parent | db64829787a79ba07ca3255691481b869180b143 (diff) | |
download | bcm5719-llvm-43ecb4829d1cfa55d5f5e644b951f5028d6113b7.tar.gz bcm5719-llvm-43ecb4829d1cfa55d5f5e644b951f5028d6113b7.zip |
Removed the support for pool allocation testing. This will be in a separate TEST file
llvm-svn: 7664
Diffstat (limited to 'llvm/test/Makefile.tests')
-rw-r--r-- | llvm/test/Makefile.tests | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index 1c08aec6c18..953ae80fd1d 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/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:: |