Richard Smith
7d3192fca5
Bitrig now supports TLS, so enable TLS support when targeting it. Patch by Patrick Wildt!
...
llvm-svn: 207812
2014-05-01 23:19:06 +00:00
Reid Kleckner
982a589d3a
LLVM supports TLS on Windows and we can use it from Clang
...
Patch by Martell Malone!
Differential Revision: http://reviews.llvm.org/D3421
llvm-svn: 207470
2014-04-29 00:11:30 +00:00
Benjamin Kramer
d0b9f090fb
Set TLSSupported to false on Haiku.
...
Haiku does not support this (yet). Leaving it set to true leads to
configure scripts detecting __thread being available and Clang emitting
code for it, resulting in binaries the runtime_loader will refuse to
load.
Patch by Jonathan Schleifer!
llvm-svn: 167576
2012-11-08 12:59:15 +00:00
Hans Wennborg
db7a78c211
test/Sema/tls.c: don't use -verify to check if TLS is supported
...
Use "%clang_cc1" vs "not %clang_cc1" instead.
Also use -fsyntax-only.
llvm-svn: 161165
2012-08-02 09:04:56 +00:00
Hans Wennborg
1241731803
TLS is not supported on OpenBSD
...
This fixes PR13502 and adds a test to keep track of which
targets support TLS and which do not.
llvm-svn: 161124
2012-08-01 18:53:19 +00:00