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(); }