search for: llvmcompilation

Displaying 3 results from an estimated 3 matches for "llvmcompilation".

2007 Jun 12
0
[LLVMdev] Questions on getting started with LLVM on Win32
...gt; > LLVM going on a Win32 box”, and I’m not finding it. Well, there is nothing special of building LLVM on mingw+msys, just as usual: configure + make combination. There are some preliminary notes connected with LLVM on mingw32. You can find them at: http://wiki.llvm.org/index.php/Note:MingW32:LLVMCompilation -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Sep 27
0
[LLVMdev] Bugs in Getting Started Guide
...ling to walk me through this, please respond offline. I’ll write up > a complete step-by-step guide and donate it back to llvm.org if I can > get an LLVM installation going under MSYS/MinGW32. Notes are here (version can be out of the date, surely): http://wiki.llvm.org/index.php/Note:MingW32:LLVMCompilation However, I won't recommend anybody without prior knowledge of gcc/llvm internals to compile llvm-gcc by hands. Use supplied binaries. Also note, that you'll need 2 additional patches for mingw32/cygwin (already in mainline and in mingw32 binaries tarballs). -- With best regards, Anton Ko...
2008 Mar 31
2
[LLVMdev] Proposal for GSoc project - Compile programs with LLVM compiler
hello everybody, I'm planning to compile a large codebase (Ubuntu) with LLVM compiler as my GSoc project 2008. I've given the my proposal below. I'll be really great full if you can provide your feedback on improving this proposal. 1. Project title Compile programs with LLVM compiler 2. Abstract LLVM[1] is a Low Level Virtual Machine. It basically consists of two modules. They