]> granicus.if.org Git - llvm/commitdiff
Jello is now part of LLI
authorChris Lattner <sabre@nondot.org>
Mon, 23 Dec 2002 23:51:19 +0000 (23:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Dec 2002 23:51:19 +0000 (23:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5122 91177308-0d34-0410-b5e6-96231b3b80d8

test/Jello/Makefile

index eef9f914c85cef5933b3742cb9236fcdbcd072cb..de01a982fb7a28d6655025ae188170f87129a782 100644 (file)
@@ -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 @@ FTESTS := $(wildcard *.llx)   # Freeform tests
 
 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) $@ )