summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-02-05 12:02:11 +0200
committerMartin Storsjö <martin@martin.st>2020-02-05 17:23:07 +0200
commit7e518f3159bd2c84e5e74c9338279bc930458618 (patch)
treec973b9e7b287cc369d8672e7fb9d401da3601fbc
parent0f99f678febf9a9c7787d9ab41f8a8bf2e19ad5d (diff)
downloadbcm5719-llvm-7e518f3159bd2c84e5e74c9338279bc930458618.tar.gz
bcm5719-llvm-7e518f3159bd2c84e5e74c9338279bc930458618.zip
[clang] Add release notes for the 10.x branch for things I've done
Differential Revision: https://reviews.llvm.org/D74028
-rw-r--r--clang/docs/ReleaseNotes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c7fe7437558..e76ffdc8f07 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -194,6 +194,12 @@ Windows Support
error LNK2005: "bool const std::_Is_integral<int>" (??$_Is_integral@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
---------------------------
OpenPOWER on IntegriCloud