[LLVMdev] Questions on getting started with LLVM on Win32

Anton Korobeynikov asl at math.spbu.ru
Tue Jun 12 14:55:47 PDT 2007


Hello,

> > (*) I understand it uses the MinGW toolchain—does LLVM thus need to be
> > installed in the same directory structure as MinGW?
No, it shouldn't. It can be configured and built in any directory.

> > I guess, in general, I’m just looking for a simple “this is how to get
> > 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.





More information about the llvm-dev mailing list