[llvm-commits] CVS: llvm-test/Makefile.tests

Bill Wendling isanbard at gmail.com
Wed Oct 4 15:38:09 PDT 2006



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: $<; \






More information about the llvm-commits mailing list