[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/llubenchmark/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 11 15:40:02 PDT 2005
Changes in directory llvm-test/MultiSource/Benchmarks/llubenchmark:
Makefile updated: 1.4 -> 1.5
---
Log message:
add large-problem-size input
---
Diffs of the changes: (+4 -0)
Makefile | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/MultiSource/Benchmarks/llubenchmark/Makefile
diff -u llvm-test/MultiSource/Benchmarks/llubenchmark/Makefile:1.4 llvm-test/MultiSource/Benchmarks/llubenchmark/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/llubenchmark/Makefile:1.4 Wed Sep 1 09:33:26 2004
+++ llvm-test/MultiSource/Benchmarks/llubenchmark/Makefile Mon Apr 11 17:39:45 2005
@@ -4,6 +4,10 @@
CPPFLAGS =
LDFLAGS =
+ifdef LARGE_PROBLEM_SIZE
+RUN_OPTIONS = -i 6000
+else
RUN_OPTIONS = -i 3000
+endif
include ../../Makefile.multisrc
More information about the llvm-commits
mailing list