momo5502 created this revision. momo5502 added reviewers: majnemer, hans. momo5502 added a project: clang. momo5502 requested review of this revision. Herald added a subscriber: cfe-commits.
In change https://reviews.llvm.org/D115456 on-demand TLS initialization for Microsoft CXX ABI was added. This mentions the change in the release notes. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D117500 Files: clang/docs/ReleaseNotes.rst Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -136,6 +136,8 @@ or pass ``/permissive`` to disable C++ operator names altogether. See `PR42427 <https://llvm.org/pr42427>` for more info. +- Support for on-demand initialization of TLS variables was added. + C Language Changes in Clang ---------------------------
Index: clang/docs/ReleaseNotes.rst =================================================================== --- clang/docs/ReleaseNotes.rst +++ clang/docs/ReleaseNotes.rst @@ -136,6 +136,8 @@ or pass ``/permissive`` to disable C++ operator names altogether. See `PR42427 <https://llvm.org/pr42427>` for more info. +- Support for on-demand initialization of TLS variables was added. + C Language Changes in Clang ---------------------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits