llvm-sys 130.0.0

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

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