diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-21 02:37:23 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-21 02:37:23 +0000 |
commit | 9ec6a826dd31acf3b505089e051317c454d53852 (patch) | |
tree | 544e851e1a7669f0d45a9cdaf8a400c43b86c46c /llvm/docs | |
parent | ecba4c3d0b49c08264c8c9ed2cfa4ea513e60c09 (diff) | |
download | bcm5719-llvm-9ec6a826dd31acf3b505089e051317c454d53852.tar.gz bcm5719-llvm-9ec6a826dd31acf3b505089e051317c454d53852.zip |
[Cygwin] Enable TLS as emutls.
It resolves clang selfhosting with std::once() for Cygwin.
FIXME: It may be EmulatedTLS-generic also for X86-Android.
FIXME: Pass EmulatedTLS to LLVM CodeGen from Clang with -femulated-tls.
llvm-svn: 256134
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 8b33b6bc23b..b3f7c005ed1 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -105,6 +105,14 @@ Changes to the PowerPC Target During this release ... +Changes to the X86 Target +----------------------------- + + During this release ... + +* TLS is enabled for Cygwin as emutls. + + Changes to the OCaml bindings ----------------------------- |