[LLVMdev] LLVM-GCC

Óscar Fuentes ofv at wanadoo.es
Tue Apr 19 07:16:09 PDT 2011


yafan zhao <yafan.zhao at gmail.com> writes:

> I need you help here. I complied LLVM 2.8 using CMAKE +MS Visual Studio 2008
> on windows machine. I have most of the .exe in bin, such as lli and
> clang, and they works fine, but there is no llvm-gcc. Do I need to compile
> llvm-gcc separately and how to do it on windows machine?

Building llvm-gcc with Visual Studio is not supported. You need to build
LLVM with MinGW and then follow the instructions for building llvm-gcc.

BTW, the most current release is 2.9.




More information about the llvm-dev mailing list