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

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 29 22:44:01 PST 2004


Changes in directory llvm/test/Programs:

TEST.nightly.Makefile updated: 1.27 -> 1.28

---
Log message:

fix a wierd jit-ls bug in the nightly tester


---
Diffs of the changes:  (+0 -1)

Index: llvm/test/Programs/TEST.nightly.Makefile
diff -u llvm/test/Programs/TEST.nightly.Makefile:1.27 llvm/test/Programs/TEST.nightly.Makefile:1.28
--- llvm/test/Programs/TEST.nightly.Makefile:1.27	Mon Feb 23 10:21:11 2004
+++ llvm/test/Programs/TEST.nightly.Makefile	Sun Feb 29 22:43:08 2004
@@ -126,7 +126,6 @@
 	-head -n 100 Output/$*.exe-jit-ls >> $@
 	@-if test -f Output/$*.exe-jit-ls; then \
 	  echo "TEST-PASS: jit-ls $(RELDIR)/$*" >> $@;\
-	  $(JIT) $< -o /dev/null -f $(TIMEOPT) >> $@ 2>&1; \
 	  printf "TEST-RESULT-jit-ls: " >> $@;\
 	  grep "Total Execution Time" $@.info >> $@;\
 	  printf "TEST-RESULT-jit-ls-time: " >> $@;\





More information about the llvm-commits mailing list