[LLVMdev] Building LLVM as a shared library using Visual C++ 2010?

Nathan Jeffords blunted2night at gmail.com
Fri Apr 13 09:59:29 PDT 2012


It seems to be that LLVM  doesn't make sense as a shared library. The
surface area of the interface is massive, and in constant flux. I would
think in real world situations, a domain specific interface with a more
focused public interface would the right solution.

On Fri, Apr 6, 2012 at 6:15 PM, Alan Garny <agarny at hellix.com> wrote:

> Hi,****
>
> ** **
>
> From what I have seen on this mailing list and elsewhere, it would seem
> that it isn’t possible to build LLVM as a shared library using Visual C++.
> Still, I would imagine that quite a few people are or would be interested
> in it, so… is there any plan to support this any time soon? This, unless
> it’s already supported in some way or another which I am not aware of…? I
> have been able to build LLVM as a shared library using Autotools and GCC
> (through MinGW) on Windows (as well as on Linux and Mac OS X), so it would
> really be a shame if the same couldn’t be done using Visual C++…****
>
> ** **
>
> Cheers, Alan.****
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120413/0a07bbb6/attachment.html>


More information about the llvm-dev mailing list