[LLVMdev] in Cygwin problems
Tanya M. Lattner
tonic at nondot.org
Fri Dec 22 17:40:39 PST 2006
> It is necessary for me, to convert the big project from java in C, I can
> make it by means of llvm? It is written To the description llvm that
> probably.
I am not sure I am understanding your question, but you cannot compile
java code with LLVM. LLVM (llvm-gcc) supports c, c++ and objc (macs). So
you have to use something else to convert your java code to one of those
languages before you can use LLVM. LLVM is not a Java VM.
I hope that helps.
-Tanya
>
> Roman
>
>
> _______________________________________________
> 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