[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/McCat/04-bisect/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 17 18:42:11 PDT 2004
Changes in directory llvm/test/Programs/MultiSource/Benchmarks/McCat/04-bisect:
Makefile updated: 1.6 -> 1.7
---
Log message:
Don't use PROGRAM_IS_NONDTERMINISTIC anymore
---
Diffs of the changes: (+2 -3)
Index: llvm/test/Programs/MultiSource/Benchmarks/McCat/04-bisect/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/McCat/04-bisect/Makefile:1.6 llvm/test/Programs/MultiSource/Benchmarks/McCat/04-bisect/Makefile:1.7
--- llvm/test/Programs/MultiSource/Benchmarks/McCat/04-bisect/Makefile:1.6 Fri Sep 12 11:02:03 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/McCat/04-bisect/Makefile Sat Apr 17 18:11:29 2004
@@ -3,11 +3,10 @@
LDFLAGS = -lm
#RUN_OPTIONS +=
+FP_TOLERANCE := 0.001
+
include $(LEVEL)/Makefile.config
STDIN_FILENAME = $(BUILD_SRC_DIR)/bisect_test.in
-
-# 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