[llvm-commits] CVS: llvm-test/TEST.nightly.Makefile
Owen Anderson
resistor at mac.com
Wed Jun 20 21:55:00 PDT 2007
Changes in directory llvm-test:
TEST.nightly.Makefile updated: 1.48 -> 1.49
---
Log message:
Try again at getting these patterns right.
---
Diffs of the changes: (+2 -2)
TEST.nightly.Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/TEST.nightly.Makefile
diff -u llvm-test/TEST.nightly.Makefile:1.48 llvm-test/TEST.nightly.Makefile:1.49
--- llvm-test/TEST.nightly.Makefile:1.48 Wed Jun 20 18:48:01 2007
+++ llvm-test/TEST.nightly.Makefile Wed Jun 20 23:54:38 2007
@@ -33,10 +33,10 @@
$(PROGRAMS_TO_TEST:%=Output/%.nightly.compile.report.txt): \
Output/%.nightly.compile.report.txt: Output/%.llvm.bc $(LOPT)
@echo > $@
- @-if test -f Output/$@.info; then \
+ @-if test -f Output/$*.linked.bc.info; then \
echo "TEST-PASS: compile $(RELDIR)/$*" >> $@;\
printf "TEST-RESULT-compile: " >> $@;\
- grep "Total Execution Time" $@.info >> $@;\
+ grep "Total Execution Time" Output/$*.linked.bc.info >> $@;\
echo >> $@;\
printf "TEST-RESULT-compile: " >> $@;\
wc -c $< >> $@;\
More information about the llvm-commits
mailing list