summaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-12-27 06:14:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-12-27 06:14:33 +0000
commit5ca937149c53a3369e248db285653f5739516f2c (patch)
treeadcc24e0f1bd877edca67a14f20cf27e8df0bc86 /test/lit.cfg
parentb8838753b30f8c8f74291f3cfab14c4563561fd1 (diff)
Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 9c5c71ebde..c602650666 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -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()