rllvm 0.1.6

A tool to build whole-program LLVM bitcode files
Documentation
1
2
3
4
//! LLVM compiler wrapper (clang/clang++)

mod clang_wrapper;
pub use clang_wrapper::*;