[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon May 12 14:59:00 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/McCat-04-bisect:
Makefile updated: 1.1 -> 1.2
---
Log message:
Don't allow precision differences to bork test
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile
diff -u llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile:1.1 llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile:1.2
--- llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile:1.1 Mon May 12 13:59:06 2003
+++ llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile Mon May 12 14:58:13 2003
@@ -3,5 +3,9 @@
LDFLAGS = -lm
#RUN_OPTIONS +=
INPUT_FILENAME = bisect_test.in
+
+# This program is adversely effected by the underlying precision of the machine
+PROGRAM_IS_NONDETERMINISTIC = 1
+
include ../Makefile.multisrc
More information about the llvm-commits
mailing list