]> granicus.if.org Git - clang/commitdiff
Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 27 Dec 2015 06:14:33 +0000 (06:14 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 27 Dec 2015 06:14:33 +0000 (06:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256457 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 9c5c71ebde5375b76b5ffa46d3cda893368f98f5..c6026506660c9a72756fabfa38cdd67f7fa9412b 100644 (file)
@@ -422,10 +422,6 @@ if not re.match(r'.*-(cygwin)$', config.target_triple):
 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()