summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/tls.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via codespell -q 3 -I ../clang-whitelist.txt Where whitelist consists of: archtype cas classs checkk compres definit frome iff inteval ith lod methode nd optin ot pres statics te thru Patch by luzpaz! (This is a subset of D44188 that applies cleanly with a few files that have dubious fixes reverted.) Differential revision: https://reviews.llvm.org/D44188 llvm-svn: 329399
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-4/+0
| | | | | | | | Bitrig code has been merged back to OpenBSD, thus the OS has been abandoned. Differential Revision: https://reviews.llvm.org/D35708 llvm-svn: 308797
* Enable TLS support on OpenBSD.Brad Smith2017-07-171-3/+3
| | | | llvm-svn: 308156
* Bitrig now supports TLS, so enable TLS support when targeting it. Patch by ↵Richard Smith2014-05-011-0/+4
| | | | | | Patrick Wildt! llvm-svn: 207812
* LLVM supports TLS on Windows and we can use it from ClangReid Kleckner2014-04-291-3/+2
| | | | | | | | Patch by Martell Malone! Differential Revision: http://reviews.llvm.org/D3421 llvm-svn: 207470
* Set TLSSupported to false on Haiku.Benjamin Kramer2012-11-081-0/+3
| | | | | | | | | | | 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
* test/Sema/tls.c: don't use -verify to check if TLS is supportedHans Wennborg2012-08-021-9/+9
| | | | | | | Use "%clang_cc1" vs "not %clang_cc1" instead. Also use -fsyntax-only. llvm-svn: 161165
* TLS is not supported on OpenBSDHans Wennborg2012-08-011-0/+20
This fixes PR13502 and adds a test to keep track of which targets support TLS and which do not. llvm-svn: 161124
OpenPOWER on IntegriCloud