[LLVMdev] writing llvm ir not in c++

Dave Pitsbawn dpitsbawn at gmail.com
Mon Oct 13 10:35:59 PDT 2014


Is it possible to write LLVM IR but not using C++?

I'm exceedingly terrible at C++.

I was thinking, isn't it possible to write the IR using Java? I effectively
have emit some sort of binary op codes to be passed into llvm right?

The same thing for if I wanted to integrate a GC? Could the interfacing be
done in any other language?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141013/f4659a1c/attachment.html>


More information about the llvm-dev mailing list