[LLVMdev] help for clang

Chris Lattner clattner at apple.com
Sun Dec 20 09:50:44 PST 2009


On Dec 20, 2009, at 1:13 AM, shines_tao wrote:

> 
>   hello,
>    i want to rewrite clang using c instead of c++,what's your advice and what should i do first,and i want to know where's  the source codes of the files which will be  read into the buffer to compiler?
> thank you!

You could compile it with llvm-g++ and use the C backend to output C code for it.

-Chris



More information about the llvm-dev mailing list