[PATCH] D117500: [clang] Mention MS on-demand TLS initialization in release notes

Maurice Heumann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 17 09:21:46 PST 2022


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
 ---------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117500.400578.patch
Type: text/x-patch
Size: 447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220117/e43d501d/attachment.bin>


More information about the cfe-commits mailing list