[compiler-rt] r301089 - [builtins] Implement emulated TLS on Windows.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 16:30:33 PDT 2017


On Sat, Apr 22, 2017 at 11:45 AM, Frederich Munch via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: marsupial
> Date: Sat Apr 22 13:45:17 2017
> New Revision: 301089
>
> URL: http://llvm.org/viewvc/llvm-project?rev=301089&view=rev
> Log:
> [builtins] Implement emulated TLS on Windows.
>
> Summary:
> LLVM JIT needs to be able to use emulated TLS on all platforms, and this provides a reference one can compile to enable emutls for Linux/Mac/Windows.
>
> Reviewers: chh, howard.hinnant
>
> Reviewed By: chh
>
> Subscribers: mgorny, llvm-commits
>
> Differential Revision: https://reviews.llvm.org/D30787

Reverted in r301274 due to PR32777


More information about the llvm-commits mailing list