[PATCH] D132486: SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSION

H. Vetinari via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 25 00:52:27 PDT 2022


h-vetinari added inline comments.


================
Comment at: clang/tools/libclang/CMakeLists.txt:9-12
+else()
+  # ... unless explicily overridden
+  set(LIBCLANG_SOVERSION ${CLANG_VERSION_MAJOR})
+endif()
----------------
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...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132486



More information about the cfe-commits mailing list