[all-commits] [llvm/llvm-project] bc39d7: libclang.so: Make SONAME the same as LLVM version

Tom Stellard via All-commits all-commits at lists.llvm.org
Mon Jul 25 22:07:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bc39d7bdd4977a953b2e102f8f7eb479ad78984e
      https://github.com/llvm/llvm-project/commit/bc39d7bdd4977a953b2e102f8f7eb479ad78984e
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/tools/libclang/CMakeLists.txt
    A clang/tools/libclang/libclang.exports
    R clang/tools/libclang/libclang.map
    R clang/tools/libclang/linker-script-to-export-list.py

  Log Message:
  -----------
  libclang.so: Make SONAME the same as LLVM version

This partially reverts c7b3a91017d26266d7556b1ac7c49b06f0109b91.  Having
libclang.so with a different SONAME than the other LLVM libraries was
causing a lot of confusion for users.  Also, this change did not really
acheive it's purpose of allowing apps to use newer versions of
libclang.so without rebuilding, because a new version of libclang.so
requires a new version of libLLVM.so, which does not have a stable ABI.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D129160




More information about the All-commits mailing list