[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 11:32:25 PST 2021
cuviper added inline comments.
================
Comment at: clang/tools/clang-shlib/CMakeLists.txt:54
+ PROPERTIES
+ SOVERSION ${LIBCLANG_LIBRARY_VERSION})
----------------
I think you also need `VERSION` here, or else it symlinks back to `.so.11`.
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