[llvm-dev] Problem with the way BUILD_SHARED_LIBS=ON handled in llvm 3.8

Ismail Donmez via llvm-dev llvm-dev at lists.llvm.org
Tue Jan 26 08:15:55 PST 2016


Hi,

On Tue, Jan 19, 2016 at 8:09 PM, Chris Bieneman <beanz at apple.com> wrote:
> I think the right solution here is to fix LLVM_BUILD_LLVM_DYLIB and LLVM_LINK_LLVM_DYLIB (which should work) rather than fixing BUILD_SHARED_LIBS which was never intended to work for this use case.
>
> Either way, patches welcome.

This seems to be due to your commit http://reviews.llvm.org/D13841 ,
the problem is I don't get properly versioned symlinks even after
install. All I get is bare libLLVMFooBar.so files.


More information about the llvm-dev mailing list