[llvm-branch-commits] [clang] d597db1 - libclang: also add a link to the announcement

Sylvestre Ledru via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 31 23:56:56 PDT 2021


Author: Sylvestre Ledru
Date: 2021-09-01T08:56:50+02:00
New Revision: d597db1aebf282fa88d4359816f409d164054095

URL: https://github.com/llvm/llvm-project/commit/d597db1aebf282fa88d4359816f409d164054095
DIFF: https://github.com/llvm/llvm-project/commit/d597db1aebf282fa88d4359816f409d164054095.diff

LOG: libclang: also add a link to the announcement

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ee899c204a891..820253348a194 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -63,7 +63,7 @@ Non-comprehensive list of changes in this release
 -------------------------------------------------
 
 - The default value of _MSC_VER was raised from 1911 to 1914. MSVC 19.14 has the
-  support to overaligned objects on x86_32 which is required for some LLVM 
+  support to overaligned objects on x86_32 which is required for some LLVM
   passes.
 
 New Compiler Flags
@@ -309,7 +309,8 @@ libclang
 --------
 
 - Make libclang SONAME independent from LLVM version. It will be updated only when
-  needed.
+  needed. Defined in CLANG_SONAME (clang/tools/libclang/CMakeLists.txt).
+  `More details <https://lists.llvm.org/pipermail/cfe-dev/2021-June/068423.html>`_
 
 Static Analyzer
 ---------------


        


More information about the llvm-branch-commits mailing list