[llvm-branch-commits] [clang] e7e20e1 - libclang: Document the soname change in the release notes

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


Author: Sylvestre Ledru
Date: 2021-09-01T08:51:43+02:00
New Revision: e7e20e1eb66ad61f03f54103fd966c73ba99e7cb

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

LOG: libclang: Document the soname change in the release notes

Differential Revision: https://reviews.llvm.org/D109023

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 4b6f4fe5e245b..ee899c204a891 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -308,7 +308,8 @@ clang-format
 libclang
 --------
 
-- ...
+- Make libclang SONAME independent from LLVM version. It will be updated only when
+  needed.
 
 Static Analyzer
 ---------------


        


More information about the llvm-branch-commits mailing list