[llvm-dev] llvm IR to C/C++ conversion

Duncan P. N. Exon Smith via llvm-dev llvm-dev at lists.llvm.org
Thu May 12 18:38:30 PDT 2016


I'm not aware of theoretical drawbacks; it was removed due to lack of a maintainer (no one cared enough to keep it working).  I suspect you'd have a lot of work to do to get the old one working again.

> On 2016-May-12, at 11:33, Abhishek Kumar via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hello
> I am a beginner in llvm. In my one of the projects I need to convert llvm IR back into C/C++. I read on stackoverflow that llvm has discontinued this support. Can someone please explain me what are some drawbacks of such a conversion and can I use the old backend code safely with current versions of llvm to convert IR into C or if there is some other safe way to achieve so?
> 
> Thanks
> Abhishek Kumar
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list