rllvm 0.2.0

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

mod clang_wrapper;
pub use clang_wrapper::*;

mod rustc_args;
mod rustc_marker;

mod rustc_wrapper;
pub use rustc_wrapper::*;