[PATCH] D13841: [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible with ldconfig

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 11:03:29 PST 2015


beanz updated this revision to Diff 39220.
beanz added a comment.

Feedback and fixes based on feedback from axw.

- Properly setting LINK_FLAGS
- Not setting VERSION or SOVERSION, this also means I don't need to set NO_SONAME
- Re-structuring the symlink magic to actually match autoconf this time


http://reviews.llvm.org/D13841

Files:
  cmake/modules/AddLLVM.cmake
  tools/llvm-shlib/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13841.39220.patch
Type: text/x-patch
Size: 4258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151104/3256668c/attachment.bin>


More information about the llvm-commits mailing list