[LLVMdev] LLVM on Windows (cygwin?)
Brian R. Gaeke
gaeke at uiuc.edu
Sat May 1 09:39:02 PDT 2004
FYI:
I did once compile all the LLVM tools (except llvm-gcc) on cygwin.
I am pretty sure I got the JIT to work (on simple test cases
like: int %main () { ret int 0 }), but I haven't built LLVM on
cygwin more than once, so maybe things have bitrotted since then.
It's fine to just comment out the mmap() test - we should probably
rewrite it so that this isn't necessary.
-Brian
More information about the llvm-dev
mailing list