[PATCH] D94941: Add minor version to libclang.so and libclang-cpp.so SONAME

Josh Stone via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 20 08:28:57 PST 2021


cuviper added a comment.

If the SONAME is different in any way, it is totally distinct to the dynamic linker. There's no semver parsing or anything like that. That's all we can do from a technical perspective, and the rest is just communication in the release.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94941



More information about the cfe-commits mailing list