llvm-sys-featured 0.1.1

Bindings to LLVM's C API
Documentation
1
2
3
4
5
use crate::prelude::*;

extern "C" {
    pub fn LLVMAddAggressiveInstCombinerPass(PM: LLVMPassManagerRef);
}