[PATCH] D14040: [CMake] make SONAME of libLLVM configurable

Andrew Wilkins via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 16:33:11 PST 2015


axw added a comment.

In http://reviews.llvm.org/D14040#279163, @beanz wrote:

> I have no objection to this patch, but what is the motivation?
>
> As far as I can tell this doesn't actually address the problems from PR25059, and it doesn't support making the name match autoconf.


Not directly. My intention was to leave switching the defaults to a follow-up.

> Are there specific name transformations that you need that this supports?


Yes, Debian uses a slightly different SONAME in its builds (e.g. for LLVM 3.8.0, SONAME is libLLVM-3.8.so.1), and would also like to maintain compatibility. I was hoping to cut down on the number of patches that Debian makes on top of LLVM, but perhaps it's not a good argument for adding this complexity to the LLVM project.


http://reviews.llvm.org/D14040





More information about the llvm-commits mailing list