Hi, I am working on a CS 421 unit project to write a COOL interface to LLVM. I downlloaded the gcc front and I got the LLVM source code from the CVS. I went by the instructions and ran the configure file with the required parameters and thten ran make. I did compilation and linking for quite some time. But then the tools/lli has just the lli.cpp and I was not able to find the binaries. Please help me out install LLVM. Thank You Jai
> I am working on a CS 421 unit project to write a COOL > interface to LLVM. I downlloaded the gcc front and I got the > LLVM source code from the CVS. I went by the instructions and > ran the configure file with the required parameters and thten > ran make. I did compilation and linking for quite some time. > But then the tools/lli has just the lli.cpp and I was not able > to find the binaries. > Please help me out install LLVM.The binaries may be found in llvm/Debug/bin. (in your objdir) -Tanya