On Mon, 2007-05-21 at 15:55 +0530, manish wrote:> Hi ALL,
> Can anyone please tell me how LLVM part interact with GCC FE( i mean
> parser and lexer).
> I want to ask how and where tree data structures are converted into
> llvm data structures.
In llvm-gcc, the types are converted in gcc/llvm-types.cpp and the
values are converted in llvm-convert.cpp.
Reid.
> Thanks and Regards,
> Manish
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev