projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1342075
)
Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 27 Dec 2015 06:14:33 +0000
(06:14 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 27 Dec 2015 06:14:33 +0000
(06:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256457
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/lit.cfg
patch
|
blob
|
history
diff --git
a/test/lit.cfg
b/test/lit.cfg
index 7a39ad3e3ece13f9baccff6167fd8e8cbb82f5cc..36b4c70440831f3c072ef489be93bd21291b2b20 100644
(file)
--- 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():