[llvm-commits] CVS: llvm-test/TEST.nightly.Makefile
Tanya Brethour
tbrethou at cs.uiuc.edu
Tue Feb 8 10:39:10 PST 2005
Changes in directory llvm-test:
TEST.nightly.Makefile updated: 1.39 -> 1.40
---
Log message:
When timing llc-beta, actually pass in the beta options.
---
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.39 llvm-test/TEST.nightly.Makefile:1.40
--- llvm-test/TEST.nightly.Makefile:1.39 Sat Jan 15 21:16:09 2005
+++ llvm-test/TEST.nightly.Makefile Tue Feb 8 12:38:55 2005
@@ -10,7 +10,7 @@
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
CFLAGS := -O3
-REPORTS_TO_GEN := compile nat
+REPORTS_TO_GEN := compile nat llc-beta
ifndef DISABLE_LLC
REPORTS_TO_GEN += llc
endif
@@ -78,7 +78,7 @@
-head -n 100 Output/$*.exe-llc-beta >> $@
@-if test -f Output/$*.exe-llc-beta; then \
echo "TEST-PASS: llc-beta $(RELDIR)/$*" >> $@;\
- $(LLC) $< -o /dev/null -f $(TIMEOPT) >> $@ 2>&1; \
+ $(LLC) $< $(LLCBETAOPTION) -o /dev/null -f $(TIMEOPT) >> $@ 2>&1; \
printf "TEST-RESULT-llc-beta: " >> $@;\
grep "Total Execution Time" $@.info >> $@;\
printf "TEST-RESULT-llc-beta-time: " >> $@;\
More information about the llvm-commits
mailing list