[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile

Evan Cheng evan.cheng at apple.com
Tue Jun 19 15:02:33 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/Olden/em3d:

Makefile updated: 1.7 -> 1.8
---
Log message:

Increase test size to something more reasonable.

---
Diffs of the changes:  (+3 -1)

 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile:1.7 llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile:1.8
--- llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile:1.7	Wed Sep  1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile	Tue Jun 19 17:02:11 2007
@@ -4,7 +4,9 @@
 CPPFLAGS   = -DTORONTO
 LDFLAGS    = 
 
-ifdef LARGE_PROBLEM_SIZE
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS = 256 250 35
+else
 RUN_OPTIONS = 1024 1000 125
 endif
 






More information about the llvm-commits mailing list