[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden-bisort/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Jun 16 10:53:02 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Olden-bisort:
Makefile updated: 1.1 -> 1.2
---
Log message:
Increase problem size
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Olden-bisort/Makefile
diff -u llvm/test/Programs/MultiSource/Olden-bisort/Makefile:1.1 llvm/test/Programs/MultiSource/Olden-bisort/Makefile:1.2
--- llvm/test/Programs/MultiSource/Olden-bisort/Makefile:1.1 Thu Feb 14 10:22:40 2002
+++ llvm/test/Programs/MultiSource/Olden-bisort/Makefile Mon Jun 16 10:51:22 2003
@@ -3,5 +3,6 @@
PROG = bisort
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
+RUN_OPTIONS = 7000000
include ../Makefile.multisrc
More information about the llvm-commits
mailing list