llvm-native 0.1.0

Forensic-parity Rust reimplementation of LLVM toolchain behavior through oracle courts
1
2
3
4
5
//! `llvm-native` binary: the forensic-parity LLVM CLI.
//! Drives the `llvm-native-cli` member crate.
fn main() {
    llvm_native_cli::run_cli();
}