[llvm-branch-commits] [clang] 20ea9e3 - In change https://reviews.llvm.org/D115456 on-demand TLS initialization for Microsoft CXX ABI was added.

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 7 02:03:17 PST 2022


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


        


More information about the llvm-branch-commits mailing list