Steffen Geißinger
2010-May-05 21:08 UTC
[LLVMdev] LLVM: bitcode with llvm-gcc (mingw) for windows
Hi, i'm currently building a small JIT compiler. For the language I need a runtime library for some special math functions. I think the best would be to compile the lib to bitcode and link it. The compiler should be integrated in a product and as of this, it must work under windows (VC10, 64bit). So is it possible to build the math lib with the mingw llvm-gcc build an link it later with the JITed Code? Or are there any problems regarding the portability of the bitcode build with llvm-gcc under mingw? If there are problems, what solution would you suggest? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/0062286a/attachment.html>
Seemingly Similar Threads
- [LLVMdev] bitcode with llvm-gcc (mingw) for windows
- [JIT] Evaluating Debug-Metadata in bitcode
- [JIT] Evaluating Debug-Metadata in bitcode
- [LLVMdev] how to compile mingw-llvm-gcc in windows
- [LLVMdev] [cfe-dev] [Patch] Build failure on Windows+MinGW (GCC and Clang)