aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2019-08-01 20:44:45 +0000
committerMartin Storsjo <martin@martin.st>2019-08-01 20:44:45 +0000
commit5b14466993afb5bc294f2c78fcdf8d7bcb9ae72e (patch)
tree297469bd9b927116875be0b2aca094dfb8ae4919
parent974de2f9e2469f9f5a0cc1ee0b8d3549b76b9240 (diff)
Update release notes for things I've done since the last release
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_90@367610 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index c94868a39e..425fbfcb44 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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