Function llvm_sys::execution_engine::LLVMCreateJITCompiler

source ยท
pub unsafe extern "C" fn LLVMCreateJITCompiler(
    OutJIT: *mut LLVMExecutionEngineRef,
    MP: LLVMModuleProviderRef,
    OptLevel: c_uint,
    OutError: *mut *mut c_char,
) -> LLVMBool
Expand description

Deprecated: Use LLVMCreateJITCompilerForModule instead