[PATCH] D13841: [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible with ldconfig
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 19 06:42:34 PDT 2015
tstellarAMD added a comment.
> This change makes the CMake build system generate libraries for Linux and Darwin matching the makefile build system.
The shared object name for cmake with this patch is still a little different from autoconf:
autoconf: libLLVM-3.8svn.so
cmake: libLLVM.3.8.so
autoconf also creates a symlink with the stable release number: libLLVM-3.8.0svn -> libLLVM.3.8.so
http://reviews.llvm.org/D13841
More information about the llvm-commits
mailing list