[LLVMdev] Python bindings available.

Mahadevan R mdevan.foobar at gmail.com
Sat May 10 02:44:55 PDT 2008


Hi all,

I'd like to announce the availability of Python bindings for LLVM.

It is built over llvm-c, and currently exposes enough APIs to build an
in-memory IR (and dump it!). It needs LLVM 2.3 latest and Python 2.5
(2.4 should be sufficient, but I haven't tested). Tested only on
Linux/i386.

Would love to hear your comments.

[Needless to say, it's all work in progress, but mostly it works as
expected. More tests, documentation and APIs will follow.]

It's all here: http://mdevan.nfshost.com/llvm-py.html

Thanks & Regards,
-Mahadevan.



More information about the llvm-dev mailing list