[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden-voronoi/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 16 10:52:11 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Olden-voronoi:

Makefile updated: 1.4 -> 1.5

---
Log message:

Increase problem size


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Olden-voronoi/Makefile
diff -u llvm/test/Programs/MultiSource/Olden-voronoi/Makefile:1.4 llvm/test/Programs/MultiSource/Olden-voronoi/Makefile:1.5
--- llvm/test/Programs/MultiSource/Olden-voronoi/Makefile:1.4	Mon May 12 15:08:22 2003
+++ llvm/test/Programs/MultiSource/Olden-voronoi/Makefile	Mon Jun 16 10:51:31 2003
@@ -4,6 +4,7 @@
 INCLUDES = defines.h
 CPPFLAGS = -DTORONTO
 LDFLAGS  = -lm
+RUN_OPTIONS = 802400 20 0 7
 
 # This program is adversely effected by the underlying precision of the machine
 PROGRAM_IS_NONDETERMINISTIC = 1





More information about the llvm-commits mailing list