[llvm-commits] CVS: llvm-poolalloc/test/Makefile

John Criswell criswell at cs.uiuc.edu
Wed May 25 19:43:23 PDT 2005



Changes in directory llvm-poolalloc/test:

Makefile updated: 1.34 -> 1.35
---
Log message:

Re-enable getting stable numbers for the ptrcomp target.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-poolalloc/test/Makefile
diff -u llvm-poolalloc/test/Makefile:1.34 llvm-poolalloc/test/Makefile:1.35
--- llvm-poolalloc/test/Makefile:1.34	Wed May 25 21:11:37 2005
+++ llvm-poolalloc/test/Makefile	Wed May 25 21:43:05 2005
@@ -188,7 +188,7 @@
 ptrcomp::
 	(cd $(LLVM_OBJ_ROOT)/projects/llvm-test/$(SUBDIR); \
                PROJECT_DIR=$(PROJ_OBJ_ROOT) $(MAKE) -j1 TEST=ptrcomp \
-                   report)
+                   $(STABLERUN) report report.html)
 	@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
 
 vtl::






More information about the llvm-commits mailing list