[llvm-commits] CVS: llvm-test/Makefile.config.in

Chris Lattner lattner at cs.uiuc.edu
Sat Sep 2 00:29:48 PDT 2006



Changes in directory llvm-test:

Makefile.config.in updated: 1.21 -> 1.22
---
Log message:

disable this for now.  Without autoconf being run, this breaks the nightly 
testers.


---
Diffs of the changes:  (+1 -1)

 Makefile.config.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/Makefile.config.in
diff -u llvm-test/Makefile.config.in:1.21 llvm-test/Makefile.config.in:1.22
--- llvm-test/Makefile.config.in:1.21	Fri Sep  1 19:04:00 2006
+++ llvm-test/Makefile.config.in	Sat Sep  2 02:29:33 2006
@@ -35,7 +35,7 @@
 # SPEC benchmarks:
 #     If these are set then run the SPEC benchmarks.
 #     You must provide the SPEC benchmarks on your own.
- at USE_SPEC2006@
+#@USE_SPEC2006@
 @USE_SPEC2000@
 @USE_SPEC95@
 






More information about the llvm-commits mailing list