[PATCH] D132486: SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 25 00:53:16 PDT 2022
thieta added inline comments.
================
Comment at: clang/tools/libclang/CMakeLists.txt:9-12
+else()
+ # ... unless explicily overridden
+ set(LIBCLANG_SOVERSION ${CLANG_VERSION_MAJOR})
+endif()
----------------
h-vetinari wrote:
> Sorry I didn't get to comment in time, but now that the default was switched from OFF to ON, the comments here are lying...
Thanks - will fix it in main as a NFC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132486/new/
https://reviews.llvm.org/D132486
More information about the llvm-commits
mailing list