[llvm-commits] [PATCH] TLS support for Windows 32+64bit
Kai
kai at redstar.de
Tue Jan 24 12:24:38 PST 2012
Hello,
the attached patch adds TLS support for x86_64-pc-win32 and
x86-pc-win32. Implemented is the implicit TLS model (__declspec(thread)
in Visual C++). This is one of the missing pieces for the Win64 port of
LDC (the LLVM based D compiler). It should also be useful for
implementing the Microsoft specific TLS extension in Clang.
Please review and commit if acceptable. Thank you very much!
Regards
Kai
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tls-20120124.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120124/0d8f9ee2/attachment.ksh>
More information about the llvm-commits
mailing list