[LLVMdev] a place for listing LLVM binding implementations?

Kevin Kelley kevin at kelleysoft.com
Mon Mar 19 03:46:37 PDT 2012


On 3/19/2012 2:46 AM, Anton Korobeynikov wrote:
> Hello Everyone
>
>> bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to
>> be more about self-contained applications of LLVM. I think it would be
>> useful to add a page (or section to an existing page) if you all
>> agree. My binding is https://github.com/keithshep/llvm-fs and I know
>> that there are many others.
> +1.
>
> Keith, if you'll create such page including yours bindings and some
> others you're aware of - I'll put the stuff on llvm.org
>
I'm doing a Java binding -- http://code.google.com/p/llvm-j/

The APIs are mostly present, now, and a very simple JIT function does 
work. Still
work in progress, though.  LLVM-3.0; developing on Windows.

I'm also aware of a jllvm java binding project, Swig-based, 2.8-level, 
on googlecode.

Kevin



More information about the llvm-dev mailing list