1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Prune the feature "tls". No one is using it since TLS is enabled for Cygwin.

llvm-svn: 256457
This commit is contained in:
NAKAMURA Takumi 2015-12-27 06:14:33 +00:00
parent 38d1ffe261
commit 76584964f3

View File

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