[LLVMdev] Compile dll on Mingw

Óscar Fuentes ofv at wanadoo.es
Thu Sep 2 05:53:48 PDT 2010


"Michael.Kang" <blackfin.kang at gmail.com> writes:

> I am also interesting on llvm with MingW.
> I do not understand why "easier" for build DLL on llvm-2.6. Is there
> any one who can build dll library of llvm-2.6 in MingW development
> environment?

Maybe this helps:

http://article.gmane.org/gmane.comp.compilers.llvm.devel/10660/

LLVM changed a bit since I wrote that post and some files no longer
exists (the standalone .o files that acted as libraries, for instance)
but the procedure consisting on extracting all object files from the
static libraries and relink them into a single dll should still apply.




More information about the llvm-dev mailing list