[llvm-commits] [llvm] r121104 - /llvm/trunk/test/lit.cfg

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 6 18:43:51 PST 2010


Author: chapuni
Date: Mon Dec  6 20:43:51 2010
New Revision: 121104

URL: http://llvm.org/viewvc/llvm-project?rev=121104&view=rev
Log:
test: Add the feature 'shell' on LLVM_ON_UNIX.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=121104&r1=121103&r2=121104&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Mon Dec  6 20:43:51 2010
@@ -226,6 +226,10 @@
 
 ### Features
 
+# Shell execution
+if sys.platform not in ['win32']:
+    config.available_features.add('shell')
+
 # Loadable module
 # FIXME: This should be supplied by Makefile or autoconf.
 if sys.platform in ['win32', 'cygwin']:





More information about the llvm-commits mailing list