[LLVMdev] Support for frontend in Windows

Aaron Gray aaronngray.lists at googlemail.com
Fri Apr 10 14:31:15 PDT 2009


> What is the recommended way to get a front-end to run on Windows? I
> have been able to successfully compile on Linux.
>
> I'm worried about documents stating all the shortcomings of the Visual
> Studio compiled version,

Visual Studio should be fine as long as you do not wish to use llvm-gcc.

>but I do have mingw. Is there a guide for
> using mingw to compile?

just make sure you are not using Vista, otherwise its near enought the same 
as Cygwin :-

    http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html

Cygwin works too.

> I thought about compiling to IR, but the documentation said the
> language is not stable.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev 




More information about the llvm-dev mailing list