crzysdrs / llvm-j

Java bindings for LLVM libraries

Home Page:http://code.google.com/p/llvm-j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLVM-J

Wraps the C bindings of LLVM for use in Java. Requires LLVM built as
shared-library (--enable-shared). Uses Bridj for interop -- no SWIG,
no need for extra wrapper DLL.

About

Java bindings for LLVM libraries

http://code.google.com/p/llvm-j

License:MIT License


Languages

Language:Java 99.1%Language:Makefile 0.9%