[llvm-commits] CVS: llvm/test/Programs/TEST.nightly.Makefile

Misha Brukman brukman at cs.uiuc.edu
Fri Aug 15 10:30:01 PDT 2003


Changes in directory llvm/test/Programs:

TEST.nightly.Makefile updated: 1.22 -> 1.23

---
Log message:

Get the LLC execution time from the correct file.


---
Diffs of the changes:

Index: llvm/test/Programs/TEST.nightly.Makefile
diff -u llvm/test/Programs/TEST.nightly.Makefile:1.22 llvm/test/Programs/TEST.nightly.Makefile:1.23
--- llvm/test/Programs/TEST.nightly.Makefile:1.22	Thu Aug 14 19:29:17 2003
+++ llvm/test/Programs/TEST.nightly.Makefile	Fri Aug 15 10:29:25 2003
@@ -56,7 +56,7 @@
 	@-if test -f Output/$*.exe-llc; then \
 	  echo "TEST-PASS: llc $(RELDIR)/$*" >> $@;\
 	  printf "TEST-RESULT-llc-time: " >> $@;\
-	  grep "^real" $@ >> $@;\
+	  grep "^real" $(INFO_PREFIX)llc.time >> $@;\
 	  echo >> $@;\
 	else  \
 	  echo "TEST-FAIL: llc $(RELDIR)/$*" >> $@;\





More information about the llvm-commits mailing list