rllvm 0.4.2

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

mod clang_wrapper;
pub use clang_wrapper::*;

pub(crate) mod lto_marker;

pub(crate) mod marker;

mod rustc_args;
mod rustc_marker;

mod rustc_wrapper;
pub use rustc_wrapper::*;