r256457 - Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 26 22:14:33 PST 2015


Author: chapuni
Date: Sun Dec 27 00:14:33 2015
New Revision: 256457

URL: http://llvm.org/viewvc/llvm-project?rev=256457&view=rev
Log:
Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.

Modified:
    cfe/trunk/test/lit.cfg

Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=256457&r1=256456&r2=256457&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Sun Dec 27 00:14:33 2015
@@ -422,10 +422,6 @@ if not re.match(r'.*-(cygwin)$', config.
 if platform.system() not in ['Windows']:
     config.available_features.add('can-remove-opened-file')
 
-# Not set for targeting tls-incapable targets.
-if not re.match(r'.*-cygwin$', config.target_triple):
-    config.available_features.add('tls')
-
 # Returns set of available features, registered-target(s) and asserts.
 def get_llvm_config_props():
     set_of_features = set()




More information about the cfe-commits mailing list