[PATCH] D30787: Implement emulated TLS on Windows.

Frederich Munch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 12:25:28 PST 2017


marsupial created this revision.
Herald added a subscriber: mgorny.

LLVM JIT needs to be able to use emulated TLS on all platforms, and this allows that to happen.

Whether this is actually useful to compiler-rt is unknown to me, but having this code here
at least provides a reference one can compile to enable emutls for Linux/Mac/Windows.


https://reviews.llvm.org/D30787

Files:
  lib/builtins/CMakeLists.txt
  lib/builtins/emutls.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30787.91206.patch
Type: text/x-patch
Size: 13211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170309/be4a3821/attachment.bin>


More information about the llvm-commits mailing list