Hi,<div><br></div><div>i'm currently building a small JIT compiler.</div><div>For the language I need a runtime library for some special math functions.</div><div>I think the best would be to compile the lib to bitcode and link it. </div>

<div>The compiler should be integrated in a product and as of this, it must work under windows (VC10, 64bit).</div><div><br></div><div>So is it possible to build the math lib with the mingw llvm-gcc build an link it later with the JITed Code?</div>

<div>Or are there any problems regarding the portability of the bitcode build with llvm-gcc under mingw?</div><div>If there are problems, what solution would you suggest.</div><div><br></div><div>Regards,</div><div>Steffen</div>

<div><br></div><div><br></div><div><br></div>