[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Apr 23 13:10:09 PDT 2004
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout:
Makefile updated: 1.3 -> 1.4
---
Log message:
Enable some very simple testing of the Interpreter, to help in the
fight against Interpreter bit rot. The Shootout tests should always
all pass in the Interpreter, and it only takes about 8 1/2 seconds
to run them on the ppc. And what's more, this would have caught the
recent intrinsic lowering bug!
---
Diffs of the changes: (+1 -0)
Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile
diff -u llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile:1.3 llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile:1.4
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile:1.3 Thu Sep 11 12:58:26 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout/Makefile Fri Apr 23 13:09:29 2004
@@ -1,4 +1,5 @@
LEVEL = ../../../../..
LDFLAGS += -lm
+ENABLE_LLI = 1
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list