[llvm-commits] CVS: poolalloc/test/TEST.perf.Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 10 00:08:52 PST 2004
Changes in directory poolalloc/test:
TEST.perf.Makefile updated: 1.15 -> 1.16
---
Log message:
Make sure to rerun the perf test if the pool alloc test results changed!
---
Diffs of the changes: (+2 -0)
Index: poolalloc/test/TEST.perf.Makefile
diff -u poolalloc/test/TEST.perf.Makefile:1.15 poolalloc/test/TEST.perf.Makefile:1.16
--- poolalloc/test/TEST.perf.Makefile:1.15 Wed Nov 10 00:44:39 2004
+++ poolalloc/test/TEST.perf.Makefile Wed Nov 10 02:08:41 2004
@@ -209,3 +209,5 @@
@echo "---------------------------------------------------------------"
@cat $<
+REPORT_DEPENDENCIES := $(PROGRAMS_TO_TEST:%=Output/%.poolalloc.out-cbe.time) \
+ $(PROGRAMS_TO_TEST:%=Output/%.nonpa.out-cbe.time)
More information about the llvm-commits
mailing list