I used the LLVM demo page <a href="http://llvm.org/demo/">http://llvm.org/demo/</a> to generate C++ code for generating LLVM IR code. But that page is now disabled. Is there any tool or other site which does what I'm trying to do, that is I give "C/C++ code" as input and I get the "C++ code for generating the equivalent LLVM IR" as output.