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 llvm_sys_wrapper;
```
Look [tests directory](https://github.com/JunSuzukiJapan/llvm-sys-wrapper/tree/master/tests).
[MIT](https://github.com/JunSuzukiJapan/llvm-sys-wrapper/blob/master/LICENSE)