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

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 6 14:33:26 PST 2004



Changes in directory poolalloc/test:

Makefile updated: 1.23 -> 1.24

---
Log message:

Run the pool allocator with stable numbers


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

Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.23 poolalloc/test/Makefile:1.24
--- poolalloc/test/Makefile:1.23	Wed Nov  3 10:34:25 2004
+++ poolalloc/test/Makefile	Sat Nov  6 16:33:14 2004
@@ -133,7 +133,7 @@
 test::
 	(cd $(LLVM_OBJ_ROOT)/projects/llvm-test/$(SUBDIR); \
                PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) -j1 TEST=poolalloc \
-                   report report.html)
+                   GET_STABLE_NUMBERS=1 report report.html)
 	@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"
 
 vtl::





More information about the llvm-commits mailing list