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@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 ---------------------------
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@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 ---------------------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits