[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 19 18:34:00 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi:
Makefile updated: 1.10 -> 1.11
---
Log message:
Whoops, fix accidental checkin
---
Diffs of the changes: (+3 -0)
Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.10 llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.11
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.10 Sun Oct 19 16:34:28 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile Sun Oct 19 18:33:46 2003
@@ -8,5 +8,8 @@
RUN_OPTIONS = 802400 20 0 7
endif
+# This program is adversely effected by the underlying precision of the machine
+PROGRAM_IS_NONDETERMINISTIC = 1
+
include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list