Function llvm_sys::execution_engine::LLVMCreateExecutionEngine

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

Deprecated: Use LLVMCreateExecutionEngineForModule instead