From b6019f26bcfd0d2c47f7cb4d499dcea0287c63ae Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 27 Dec 2015 06:14:33 +0000 Subject: [PATCH 1/1] Prune the feature "tls". No one is using it since TLS is enabled for Cygwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256457 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lit.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/lit.cfg b/test/lit.cfg index 7a39ad3e3ec..36b4c704408 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -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(): -- 2.34.1