diff options
| author | Martin Storsjö <martin@martin.st> | 2020-02-05 12:02:11 +0200 |
|---|---|---|
| committer | Martin Storsjö <martin@martin.st> | 2020-02-05 17:23:07 +0200 |
| commit | 7e518f3159bd2c84e5e74c9338279bc930458618 (patch) | |
| tree | c973b9e7b287cc369d8672e7fb9d401da3601fbc | |
| parent | 0f99f678febf9a9c7787d9ab41f8a8bf2e19ad5d (diff) | |
| download | bcm5719-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.rst | 6 |
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 --------------------------- |

