[SystemZ] Allow LA and LARL to be rematerialized
[oota-llvm.git] / test / lit.cfg
index 9442dbfc8979ebcee3d24b51e8af80ed24a2ac21..575204697085e4a6d1ded8fa0b459ab04b2b241e 100644 (file)
@@ -250,6 +250,10 @@ for pattern in [r"\bbugpoint\b(?!-)",   r"(?<!/|-)\bclang\b(?!-)",
 if execute_external:
     config.available_features.add('shell')
 
+# Others/can-execute.txt
+if sys.platform not in ['win32']:
+    config.available_features.add('can-execute')
+
 # Loadable module
 # FIXME: This should be supplied by Makefile or autoconf.
 if sys.platform in ['win32', 'cygwin']: