1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-04-03 22:01:56 +00:00

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
This commit is contained in:
NAKAMURA Takumi 2015-12-27 06:14:33 +00:00
parent 1342075082
commit b6019f26bc

@ -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():