[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden-voronoi/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 20 18:04:01 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Olden-voronoi:
Makefile updated: 1.6 -> 1.7
---
Log message:
Add optional larger inputs with the LARGE_PROBLEM_SIZE variable
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Olden-voronoi/Makefile
diff -u llvm/test/Programs/MultiSource/Olden-voronoi/Makefile:1.6 llvm/test/Programs/MultiSource/Olden-voronoi/Makefile:1.7
--- llvm/test/Programs/MultiSource/Olden-voronoi/Makefile:1.6 Wed Jun 18 11:18:31 2003
+++ llvm/test/Programs/MultiSource/Olden-voronoi/Makefile Fri Jun 20 18:03:23 2003
@@ -4,7 +4,9 @@
INCLUDES = defines.h
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
-#RUN_OPTIONS = 802400 20 0 7
+ifdef LARGE_PROBLEM_SIZE
+RUN_OPTIONS = 802400 20 0 7
+endif
# This program is adversely effected by the underlying precision of the machine
PROGRAM_IS_NONDETERMINISTIC = 1
More information about the llvm-commits
mailing list