summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/darwin-tls.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix TLS support check for Darwin 32-bit simulator targets.Volodymyr Sapsai2018-01-051-0/+6
| | | | | | | | | | | | | | | | | Also instead of checking architecture explicitly, use recently added "simulator" environment in the triple. rdar://problem/35083787 Reviewers: arphaman, bob.wilson Reviewed By: arphaman Subscribers: gparker42, cfe-commits Differential Revision: https://reviews.llvm.org/D41750 llvm-svn: 321890
* ARM: allow __thread on OS versions that have the required runtime support.Tim Northover2016-01-071-0/+17
llvm-svn: 257041
OpenPOWER on IntegriCloud