r346640 - Release notes: Mention clang-cl's /Zc:dllexportInlines- flag

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 12 00:42:22 PST 2018


Author: hans
Date: Mon Nov 12 00:42:21 2018
New Revision: 346640

URL: http://llvm.org/viewvc/llvm-project?rev=346640&view=rev
Log:
Release notes: Mention clang-cl's /Zc:dllexportInlines- flag

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=346640&r1=346639&r2=346640&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Mon Nov 12 00:42:21 2018
@@ -102,6 +102,11 @@ Windows Support
   filename, a `#pragma hdrstop` inside the source marks the end of the
   precompiled code.
 
+- clang-cl has a new command-line option, ``/Zc:dllexportInlines-``, similar to
+  ``-fvisibility-inlines-hidden`` on non-Windows, that makes class-level
+  `dllexport` and `dllimport` attributes not apply to inline member functions.
+  This can significantly reduce compile and link times. See the `User's Manual
+  <UsersManual.html#the-zc-dllexportinlines-option>`_ for more info.
 - ...
 
 




More information about the cfe-commits mailing list