rllvm 0.1.6

A tool to build whole-program LLVM bitcode files
Documentation
1
2
3
4
5
6
macro_rules! test_case {
    ($fname:expr) => {
        concat!(env!("CARGO_MANIFEST_DIR"), "/tests/data/", $fname)
    };
}
pub(crate) use test_case;