]> granicus.if.org Git - clang/commit
ARM: allow __thread on OS versions that have the required runtime support.
authorTim Northover <tnorthover@apple.com>
Thu, 7 Jan 2016 09:04:46 +0000 (09:04 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 7 Jan 2016 09:04:46 +0000 (09:04 +0000)
commit894c8cb4e7acee5082cbf18aa10179e80e50ed85
treeadf32c8b147cc9e8bc0ab56211d251514934c14c
parent672a9952dd9e22ba1205adcf75c5973363c53096
ARM: allow __thread on OS versions that have the required runtime support.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257041 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Sema/darwin-tls.c [new file with mode: 0644]