Author: Maurice Heumann Date: 2022-02-07T11:02:35+01:00 New Revision: 20ea9e379984f240d7135843baae6999abf3bf2b
URL: https://github.com/llvm/llvm-project/commit/20ea9e379984f240d7135843baae6999abf3bf2b DIFF: https://github.com/llvm/llvm-project/commit/20ea9e379984f240d7135843baae6999abf3bf2b.diff LOG: 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. Differential revision: https://reviews.llvm.org/D117500 Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 5cc53e9ec27b2..a58e3fcd4f42c 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -158,6 +158,8 @@ Windows Support along with tools such as Live++ or Recode. Microsoft Edit and Continue isn't currently supported. +- Support for on-demand initialization of TLS variables was added. + C Language Changes in Clang --------------------------- _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits