[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/perimeter/Makefile
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu May 3 13:55:49 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/Olden/perimeter:
Makefile updated: 1.12 -> 1.13
---
Log message:
Implement SMALL_PROBLEM_SIZE.
---
Diffs of the changes: (+4 -0)
Makefile | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/MultiSource/Benchmarks/Olden/perimeter/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/perimeter/Makefile:1.12 llvm-test/MultiSource/Benchmarks/Olden/perimeter/Makefile:1.13
--- llvm-test/MultiSource/Benchmarks/Olden/perimeter/Makefile:1.12 Sat Nov 6 15:40:46 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/perimeter/Makefile Thu May 3 15:55:20 2007
@@ -6,8 +6,12 @@
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 11
else
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS = 9
+else
RUN_OPTIONS = 10
endif
+endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list