Displaying 2 results from an estimated 2 matches for "04c8efbe".
2012 Mar 21
0
[LLVMdev] Python bindings in tree
...n related news, I see you have received commit access, Anders.
Congratulations! We just need to figure out this review/module owner
situation...
Gregory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120320/04c8efbe/attachment.html>
2012 Mar 19
2
[LLVMdev] Python bindings in tree
On Sun, Mar 18, 2012 at 09:52:12PM -0700, Gregory Szorc wrote:
> The automatic generation of the Python ctypes interfaces using the Clang
> Python bindings is pretty friggin cool!
A nice side effect is that everything is added to the interface. So it
is easy to add a small proxy over the lib that shows which parts of
the llvm-c API that is exercised by the tests. (have that in my
bindings)