[LLVMdev] Python bindings in tree

Christoph Grenz christophg+llvm at grenz-bonn.de
Fri Mar 16 06:12:08 PDT 2012


Hello,

Am Donnerstag, 15. März 2012, 21:15:02 schrieb Gregory Szorc:
> There was some talk on IRC last week about desire for Python bindings to
> LLVM's Object.h C interface. So, I coded up some and you can now find
> some Python bindings in trunk at bindings/python. Currently, the
> interfaces for Object.h and Disassembler.h are implemented.


FYI:

I recently startet working on Python3 bindings for LLVM 3 as all bindings I 
could find were for LLVM 2.x and up to Python 2.6.
I used Cython for easier coding and already ported a big part of Core.h 
including all Type and Value classes.

https://www.gitorious.org/python-llvm3

> [...]
> 
> Gregory Szorc
> gregory.szorc at gmail.com

Christoph Grenz




More information about the llvm-dev mailing list