[LLVMdev] LLVM as a DLL

Owen Anderson resistor at mac.com
Tue May 13 19:03:10 PDT 2008


On May 13, 2008, at 6:38 PM, Óscar Fuentes wrote:
> Last time I checked, building LLVM on Windows (MinGW or MSVC) did not
> produce dlls.
>
> Has this changed?
>
> I was succesful converting the libraries produced by MinGW to dlls,
> though.
>

It's a little bit immaterial whether they're shared or static  
libraries, since one would be distributing them bundled with your  
compiler anyways.  But yes, they are static because certain dynamic  
linkers choke on them when done dynamically.

--Owen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080513/226e7b01/attachment.bin>


More information about the llvm-dev mailing list