ΒΆExpected<
    std::unique_ptr<JITCompileCallbackManager>>
createLocalCompileCallbackManager(
    const llvm::Triple& T,
    llvm::orc::ExecutionSession& ES,
    llvm::JITTargetAddress ErrorHandlerAddress)

Description

Create a local compile callback manager. The given target triple will determine the ABI, and the given ErrorHandlerAddress will be used by the resulting compile callback manager if a compile callback fails.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h:477

Parameters

const llvm::Triple& T
llvm::orc::ExecutionSession& ES
llvm::JITTargetAddress ErrorHandlerAddress