windows

Has anyone succeeded in building LLVM on windows?

Has anyone succeeded in building LLVM on windows?

Yes, Chris Lattner has built it under Cygwin with gcc.

As an FYI ..

Sometime later this year I'll be adding an operating system abstraction
layer into LLVM and making all the tools/libs use it. Then we'll start
porting that abstraction layer to win32, then Solaris, then MacOS, then
other Unixes. At that point, we won't need cygwin to RUN anymore, but
we might still need it to BUILD.

Reid.