Shallow wrapper for llvm-sys.
include the following in your Cargo.toml file:
[dependencies] llvm-sys-wrapper="0.1.0"
And then import the library using:
```
extern crate llvmsyswrapper; ```
Look tests directory.
MIT