Function llvm_sys::execution_engine::LLVMCreateInterpreter

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

Deprecated: Use LLVMCreateInterpreterForModule instead