[PATCH] D109023: libclang: Document the soname change in the release notes

Sylvestre Ledru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 31 23:58:57 PDT 2021


sylvestre.ledru added a comment.

OK, for the variable, I took the liberty then to cherry-pick :
https://github.com/llvm/llvm-project/commit/039d1a94b908d786965bf4fd35f9e933ca899719

For the release notes:
https://github.com/llvm/llvm-project/commit/d597db1aebf282fa88d4359816f409d164054095
https://github.com/llvm/llvm-project/commit/e7e20e1eb66ad61f03f54103fd966c73ba99e7cb



================
Comment at: clang/docs/ReleaseNotes.rst:311
 
-- ...
+- Make libclang SONAME independent from LLVM version. It will be updated only when
+  needed.
----------------
MaskRay wrote:
> MaskRay wrote:
> > While here, mention the exact CMake variable.
> Also link to https://lists.llvm.org/pipermail/cfe-dev/2021-June/068423.html
Sure, done in




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109023/new/

https://reviews.llvm.org/D109023



More information about the cfe-commits mailing list