X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2Flit.cfg;h=36b4c70440831f3c072ef489be93bd21291b2b20;hp=7a39ad3e3ece13f9baccff6167fd8e8cbb82f5cc;hb=b6019f26bcfd0d2c47f7cb4d499dcea0287c63ae;hpb=134207508213455c8969a2e07115798619989154;ds=sidebyside 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():