Displaying 2 results from an estimated 2 matches for "llvmcapi".
2006 Apr 12
0
[LLVMdev] Status of Python bindings?
...m note sure if I will create
bindings for just what I need for PyPy or if I will try to support
most of the C++ API.
If you want some Python LLVM bindings to play with today I would
suggest you have a look at what I created 'by hand' (to get a feeling
of the issues involved) in the llvmcapi and pyllvm subdirectories of
http://codespeak.net/svn/pypy/dist/pypy/translator/llvm/
have fun!
Eric
On Apr 12, 2006, at 3:52 PM, Pertti Kellomäki wrote:
> Hello all,
>
> I am involved in a compiler project for Transport
> Triggered Architectures (think VLIW and you are
> pret...
2006 Apr 12
2
[LLVMdev] Status of Python bindings?
Hello all,
I am involved in a compiler project for Transport
Triggered Architectures (think VLIW and you are
pretty close), and we are considering using LLVM.
Browsing the list archives, I noticed an announcement
of Python bindings for LLVM 1.5. Does anyone know the
current status of the bindings?
--
Pertti