aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/lib.rs
blob: da972f626f427b9d3d9c41cb12232b627d006a70 (plain)
1
2
3
4
5
6
pub(crate) mod pass;
#[cfg(test)]
mod test;

pub use pass::to_llvm_module;