pliron-llvm 0.13.0

LLVM dialect for pliron
1
2
3
4
fn main() {
    // Tell Cargo to link to libffi
    println!("cargo::rustc-link-lib=ffi");
}