[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden-bisort/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 20 18:04:12 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Olden-bisort:

Makefile updated: 1.3 -> 1.4

---
Log message:

Add optional larger inputs with the LARGE_PROBLEM_SIZE variable



---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Olden-bisort/Makefile
diff -u llvm/test/Programs/MultiSource/Olden-bisort/Makefile:1.3 llvm/test/Programs/MultiSource/Olden-bisort/Makefile:1.4
--- llvm/test/Programs/MultiSource/Olden-bisort/Makefile:1.3	Wed Jun 18 10:52:22 2003
+++ llvm/test/Programs/MultiSource/Olden-bisort/Makefile	Fri Jun 20 18:03:21 2003
@@ -3,6 +3,11 @@
 PROG     = bisort
 CPPFLAGS = -DTORONTO
 LDFLAGS  = -lm
+
+ifdef LARGE_PROBLEM_SIZE
+RUN_OPTIONS = 7000000
+else
 RUN_OPTIONS = 700000
+endif
 
 include	../Makefile.multisrc





More information about the llvm-commits mailing list