[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden-health/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 20 18:04:07 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Olden-health:
Makefile updated: 1.10 -> 1.11
---
Log message:
Add optional larger inputs with the LARGE_PROBLEM_SIZE variable
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Olden-health/Makefile
diff -u llvm/test/Programs/MultiSource/Olden-health/Makefile:1.10 llvm/test/Programs/MultiSource/Olden-health/Makefile:1.11
--- llvm/test/Programs/MultiSource/Olden-health/Makefile:1.10 Wed Jun 18 09:48:48 2003
+++ llvm/test/Programs/MultiSource/Olden-health/Makefile Fri Jun 20 18:03:22 2003
@@ -3,6 +3,10 @@
PROG = health
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
+ifdef LARGE_PROBLEM_SIZE
+RUN_OPTIONS = 10 40 1
+else
RUN_OPTIONS = 9 20 1
+endif
include ../Makefile.multisrc
More information about the llvm-commits
mailing list