[llvm-branch-commits] [cfe-branch] r339647 - [ReleaseNotes] Mention one Windows specific change for 7.0

Martin Storsjo via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 14 00:52:21 PDT 2018


Author: mstorsjo
Date: Tue Aug 14 00:52:21 2018
New Revision: 339647

URL: http://llvm.org/viewvc/llvm-project?rev=339647&view=rev
Log:
[ReleaseNotes] Mention one Windows specific change for 7.0

Modified:
    cfe/branches/release_70/docs/ReleaseNotes.rst

Modified: cfe/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_70/docs/ReleaseNotes.rst?rev=339647&r1=339646&r2=339647&view=diff
==============================================================================
--- cfe/branches/release_70/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_70/docs/ReleaseNotes.rst Tue Aug 14 00:52:21 2018
@@ -186,6 +186,12 @@ Windows Support
      Visual Studio's default stdafx.h setup now uses precompiled headers with
      clang-cl.
 
+- The alternative entry point names
+  (``wmain``/``WinMain``/``wWinMain``/``DllMain``) now are properly mangled
+  as plain C names in C++ contexts when targeting MinGW, without having to
+  explicit specify ``extern "C"``. (This was already the case for MSVC
+  targets.)
+
 - ...
 
 




More information about the llvm-branch-commits mailing list