[llvm-commits] CVS: poolalloc/test/TEST.poolalloc.Makefile TEST.poolalloc.report
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 26 17:28:23 PST 2003
Changes in directory poolalloc/test:
TEST.poolalloc.Makefile updated: 1.5 -> 1.6
TEST.poolalloc.report updated: 1.4 -> 1.5
---
Log message:
Add correct dependencies
---
Diffs of the changes: (+3 -0)
Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.5 poolalloc/test/TEST.poolalloc.Makefile:1.6
--- poolalloc/test/TEST.poolalloc.Makefile:1.5 Fri Oct 24 14:17:54 2003
+++ poolalloc/test/TEST.poolalloc.Makefile Sun Oct 26 17:26:57 2003
@@ -76,3 +76,5 @@
@echo ">>> ========= '$(RELDIR)/$*' Program"
@echo "---------------------------------------------------------------"
@cat $<
+
+REPORT_DEPENDENCIES := $(PA_RT_O) $(PA_SO)
\ No newline at end of file
Index: poolalloc/test/TEST.poolalloc.report
diff -u poolalloc/test/TEST.poolalloc.report:1.4 poolalloc/test/TEST.poolalloc.report:1.5
--- poolalloc/test/TEST.poolalloc.report:1.4 Fri Oct 24 14:17:12 2003
+++ poolalloc/test/TEST.poolalloc.report Sun Oct 26 17:26:57 2003
@@ -33,3 +33,4 @@
["NumArgs", '([0-9]+).*Number of function arguments added'],
[]
);
+
More information about the llvm-commits
mailing list