[PATCH] D135701: [clang] Do not override libclang.so's SOVERSION if CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 11 21:48:34 PDT 2022


mgorny added a comment.

In D135701#3850251 <https://reviews.llvm.org/D135701#3850251>, @MaskRay wrote:

> I don't understand this well, though. Is `CLANG_VERSION_MAJOR` wrong or not defined in some cases?

It's about `LLVM_VERSION_SUFFIX`. Normally, `SOVERSION` for all libraries is `${LLVM_VERSION_MAJOR}${LLVM_VERSION_SUFFIX}`.


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

https://reviews.llvm.org/D135701



More information about the cfe-commits mailing list