[llvm-commits] CVS: llvm/test/Makefile.tests
Sumant Kowshik
kowshik at cs.uiuc.edu
Thu Aug 7 00:38:01 PDT 2003
Changes in directory llvm/test:
Makefile.tests updated: 1.72 -> 1.73
---
Log message:
Removed the support for pool allocation testing. This will be in a separate TEST file
---
Diffs of the changes:
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.72 llvm/test/Makefile.tests:1.73
--- llvm/test/Makefile.tests:1.72 Tue Aug 5 20:03:28 2003
+++ llvm/test/Makefile.tests Thu Aug 7 00:36:53 2003
@@ -77,15 +77,6 @@
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::
More information about the llvm-commits
mailing list