TLS support for MinGW targets.
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 18 Mar 2013 08:12:28 +0000 (08:12 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 18 Mar 2013 08:12:28 +0000 (08:12 +0000)
commit2ee4e428ccf2bfc5bc4cd14b8f344350d95f4cda
tree65c21db63a660205ed79a816ad44fd6716f4d4dc
parent87294b65475ffd4238396dba77d4bbf038b22c4e
TLS support for MinGW targets.
MinGW is almost completely compatible to MSVC, with the exception of the _tls_array global not being available.

Patch by David Nadlinger!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177257 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp