]> granicus.if.org Git - clang/commit
TLS is not supported on OpenBSD
authorHans Wennborg <hans@hanshq.net>
Wed, 1 Aug 2012 18:53:19 +0000 (18:53 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 1 Aug 2012 18:53:19 +0000 (18:53 +0000)
commite48667f2ca71842fa000e9fddd241309a611578b
tree5fb3e285318fd3fdb5b8f6852b3eebc50ce76bb4
parentbf1febd6f7a0282f64da9ab91ea449ac536dafac
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.

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