[PATCH] D74028: [clang] Add release notes for the 10.x branch for things I've done

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 5 01:44:53 PST 2020


mstorsjo created this revision.
mstorsjo added reviewers: rnk, hans.
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74028

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -194,6 +194,12 @@
 
     error LNK2005: "bool const std::_Is_integral<int>" (??$_Is_integral at H@std@@3_NB) already defined
 
+- The ``.exe`` output suffix is now added implicitly in MinGW mode, when
+  Clang is running on Windows (matching GCC's behaviour)
+
+- Fixed handling of TLS variables that are shared between object files
+  in MinGW environments
+
 C Language Changes in Clang
 ---------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74028.242531.patch
Type: text/x-patch
Size: 587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200205/97438d69/attachment.bin>


More information about the cfe-commits mailing list