search for: 20d89e3a

Displaying 2 results from an estimated 2 matches for "20d89e3a".

2008 May 12
0
[LLVMdev] Python bindings available.
...type handles are unlikely to ever be subject to these sorts of circumstances, though, so letting Python garbage collect them is advisable. — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080511/20d89e3a/attachment.html>
2008 May 10
4
[LLVMdev] Python bindings available.
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