[LLVMdev] make SHARED_LIBRARY=1 broken?

Jeffrey Yasskin jyasskin at google.com
Tue Mar 2 14:26:23 PST 2010


On Tue, Mar 2, 2010 at 2:13 PM, James Williams <junk at giantblob.com> wrote:
> Hi,
>
> Thanks for getting back to me.
>
> I don't actually need opt dynamically linked but I do want shared libraries.
> If run make without "SHARED_LIBRARY=1" I don't appear to get any shared
> libraries built or installed.
>
> Is LLVM built as shared libraries supported? If so what's the correct build
> procedure?

Configuring with --enable-shared should build a
Release/lib/libLLVM-2.7svn.so that includes all of the LLVM libraries
not included in another .so.



More information about the llvm-dev mailing list