rllvm 0.1.8

A tool to build whole-program LLVM bitcode files
Documentation
1
2
3
4
5
6
7
//! LLVM compiler wrappers (clang/clang++/rustc)

mod clang_wrapper;
pub use clang_wrapper::*;

mod rustc_wrapper;
pub use rustc_wrapper::*;