Author: mstorsjo
Date: Thu Aug  1 13:44:45 2019
New Revision: 367610

URL: http://llvm.org/viewvc/llvm-project?rev=367610&view=rev
Log:
Update release notes for things I've done since the last release

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

Modified: cfe/branches/release_90/docs/ReleaseNotes.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/branches/release_90/docs/ReleaseNotes.rst?rev=367610&r1=367609&r2=367610&view=diff
==============================================================================
--- cfe/branches/release_90/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_90/docs/ReleaseNotes.rst Thu Aug  1 13:44:45 2019
@@ -102,6 +102,12 @@ Windows Support
   ``clang-cl /diagnostic:caret /c test.cc`` for example now produces
   ``clang: error: no such file or directory: '/diagnostic:caret'; did you mean 
'/diagnostics:caret'?``
 
+- The ``-print-search-dirs`` option now separates elements with semicolons,
+  as is the norm for path lists on Windows
+
+- Improved handling of dllexport in conjunction with explicit template
+  instantiations for MinGW, to allow building a shared libc++ for MinGW
+  without ``--export-all-symbols`` to override the dllexport attributes
 
 
 C Language Changes in Clang


_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to