From: NAKAMURA Takumi Date: Sun, 27 Dec 2015 06:14:33 +0000 (+0000) Subject: Prune the feature "tls". No one is using it since TLS is enabled for Cygwin. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ca937149c53a3369e248db285653f5739516f2c;p=clang 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 --- 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()