Changes in directory llvm-test:

Makefile.tests updated: 1.9 -> 1.10
---
Log message:

Remove -O2 from the build line for the benchmarks.


---
Diffs of the changes:  (+0 -2)

 Makefile.tests |    2 --
 1 files changed, 2 deletions(-)


Index: llvm-test/Makefile.tests
diff -u llvm-test/Makefile.tests:1.9 llvm-test/Makefile.tests:1.10
--- llvm-test/Makefile.tests:1.9        Mon Sep 25 17:22:49 2006
+++ llvm-test/Makefile.tests    Wed Oct  4 17:37:55 2006
@@ -34,8 +34,6 @@
 .PRECIOUS: Output/%.llvm.bc
 .PRECIOUS: Output/%.llvm
 
-LCCFLAGS  += -O2
-LCXXFLAGS += -O2
 LLCFLAGS =
 FAILURE  = $(LLVM_SRC_ROOT)/test/Failure.sh
 TESTRUNR = @echo Running test: $<; \



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to