[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile
Evan Cheng
evan.cheng at apple.com
Tue Jun 19 15:12:32 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/Olden/bh:
Makefile updated: 1.12 -> 1.13
---
Log message:
Increase test size to something more reasonable.
---
Diffs of the changes: (+6 -0)
Makefile | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.12 llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.13
--- llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.12 Wed Sep 1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile Tue Jun 19 17:12:09 2007
@@ -5,6 +5,12 @@
LDFLAGS = -lm
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 40000 30
+else
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS = 2000 5
+else
+RUN_OPTIONS = 20000 20
+endif
endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list