Remove static global GCNames from Function.cpp and move it to the Context
[oota-llvm.git] / test / lit.cfg
index 9fb9fb2b4de1972b5d8f9ab7cf2a6ef938daba22..5cc4d6e0456100b5dfc30ac29ed1d9e0c4eeaae6 100644 (file)
@@ -373,10 +373,6 @@ if config.target_triple:
 if config.host_triple == config.target_triple:
     config.available_features.add("native")
 
-# Not set for targeting tls-incapable targets.
-if not re.match(r'.*-cygwin$', config.target_triple):
-    config.available_features.add('tls')
-
 import subprocess
 
 def have_ld_plugin_support():