[llvm-commits] [test-suite] r79319 - /test-suite/trunk/Makefile.programs

Chris Lattner sabre at nondot.org
Mon Aug 17 22:46:09 PDT 2009


Author: lattner
Date: Tue Aug 18 00:46:09 2009
New Revision: 79319

URL: http://llvm.org/viewvc/llvm-project?rev=79319&view=rev
Log:
disable asm-verbose for the nightly testers and everything else.  -asm-verbose can
slow down llc a lot and is not what the compilers use by default.  we get more 
testing milage out of making the nightly testers more similar to the compilers.


Modified:
    test-suite/trunk/Makefile.programs

Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=79319&r1=79318&r2=79319&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue Aug 18 00:46:09 2009
@@ -330,6 +330,10 @@
 
 endif   # ifndef DISABLE_FOR_LLVM_PROGRAMS
 
+# Disable asm-verbose.  This can slow down compilation and is not what the
+# compilers default to using.
+LLCFLAGS += -asm-verbose=false
+
 # If the program requires exception handling support, enable (potentially
 # expensive) support for it.
 ifdef REQUIRES_EH_SUPPORT





More information about the llvm-commits mailing list