[llvm-commits] CVS: llvm/test/Regression/Jello/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Dec 23 17:52:02 PST 2002
Changes in directory llvm/test/Regression/Jello:
Makefile updated: 1.3 -> 1.4
---
Log message:
Jello is now part of LLI
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/Makefile
diff -u llvm/test/Regression/Jello/Makefile:1.3 llvm/test/Regression/Jello/Makefile:1.4
--- llvm/test/Regression/Jello/Makefile:1.3 Thu Dec 19 22:14:19 2002
+++ llvm/test/Regression/Jello/Makefile Mon Dec 23 17:51:19 2002
@@ -1,6 +1,6 @@
# test/Regression/Jello/Makefile
#
-# This directory contains regression tests for the LLVM jello program.
+# This directory contains regression tests for the LLVM x86 JIT
#
LEVEL = ../../..
include $(LEVEL)/test/Makefile.tests
@@ -10,9 +10,9 @@
all:: $(addprefix Output/, $(TESTS:%.ll=%.out))
-Output/%.out: Output/%.bc $(LJELLO)
+Output/%.out: Output/%.bc $(LLI)
@echo "======== Running $< ==================="
- $(VERB) jello -stats $< > $@ 2>&1 || \
+ $(VERB) $(LLI) -force-interpreter=false -stats $< > $@ 2>&1 || \
( cat $@; rm -f $@; $(FAILURE) $@ )
More information about the llvm-commits
mailing list