immington-industries / iron-llvm

Fork of jauhien's safe Rust LLVM bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An attempt to create safe Rust LLVM bindings (rust-lang/rfcs#644).

Primarily will be used in my LLVM Kaleidoscope tutorial for Rust.

It is the very beginning of work on safe bindings. Pull requests are welcome.

For initial documentation see tutorial, LLVM programmer's manual and LLVM doxygen docs.

To use iron-llvm you need to install LLVM. Note, that if you use binary distribution, you need to have the dev version (with includes). llvm-config should be in PATH.

TODO list (random points to do in the nearest time):

  • proper documentation
  • refactor boilerplate in memory manager bindings
  • full ExecutionEngine API
  • ORC
  • change all methods to use static dispatch where appropriate (as in GenericValue)

About

Fork of jauhien's safe Rust LLVM bindings

License:Apache License 2.0


Languages

Language:Rust 91.8%Language:C++ 7.7%Language:CMake 0.4%