[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden-bh/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 20 18:04:24 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Olden-bh:
Makefile updated: 1.7 -> 1.8
---
Log message:
Add optional larger inputs with the LARGE_PROBLEM_SIZE variable
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Olden-bh/Makefile
diff -u llvm/test/Programs/MultiSource/Olden-bh/Makefile:1.7 llvm/test/Programs/MultiSource/Olden-bh/Makefile:1.8
--- llvm/test/Programs/MultiSource/Olden-bh/Makefile:1.7 Mon Jun 16 10:51:21 2003
+++ llvm/test/Programs/MultiSource/Olden-bh/Makefile Fri Jun 20 18:03:19 2003
@@ -3,6 +3,8 @@
PROG = bh
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
+ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 50000 30
+endif
include ../Makefile.multisrc
More information about the llvm-commits
mailing list