[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile
Chris Lattner
sabre at nondot.org
Wed Jan 17 23:00:39 PST 2007
Changes in directory llvm-test/MultiSource/Benchmarks/tramp3d-v4:
Makefile updated: 1.1 -> 1.2
---
Log message:
this doesn't use EH
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile
diff -u llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.1 llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile:1.1 Thu Jan 18 00:28:47 2007
+++ llvm-test/MultiSource/Benchmarks/tramp3d-v4/Makefile Thu Jan 18 01:00:21 2007
@@ -1,7 +1,7 @@
LEVEL = ../../..
PROG = tramp3d-v4
-CPPFLAGS =
+CPPFLAGS = -fno-exceptions
LDFLAGS = -lstdc++
RUN_OPTIONS = --cartvis 1.0 0.0 --rhomin 1e-8 -n 25
FP_TOLERANCE := 0.00001
More information about the llvm-commits
mailing list