[LLVMdev] LLVM: C++ -> C

Chris Lattner clattner at apple.com
Tue Sep 29 10:49:17 PDT 2009


On Sep 29, 2009, at 9:48 AM, Dale Johannesen wrote:

>
> On Sep 29, 2009, at 9:37 AM, dilas dilas wrote:
>
>> I've read that LLVM can convert from C++ to C code.
>
> It does, but it does not supply a C++ library.    You'll need to do
> that.

Right, also be aware of:
http://llvm.org/docs/FAQ.html#translatecxx

in particular, the caveats at the end.

-Chris



More information about the llvm-dev mailing list