[llvm-commits] [hlvm] r38377 - /hlvm/trunk/Makefile

Reid Spencer reid at x10sys.com
Sat Jul 7 17:02:49 PDT 2007


Author: reid
Date: Sat Jul  7 19:02:49 2007
New Revision: 38377

URL: http://llvm.org/viewvc/llvm-project?rev=38377&view=rev
Log:
By default, don't run the generated tests.

Modified:
    hlvm/trunk/Makefile

Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=38377&r1=38376&r2=38377&view=diff

==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul  7 19:02:49 2007
@@ -20,7 +20,7 @@
 
 SCONSOPTS := -Q -j 2
 
-SUITES := all
+SUITES := normal
 
 .PHONY: all debug Debug optimized Optimized release Release check clean \
 	install hlvm tools





More information about the llvm-commits mailing list