ΒΆLLVMErrorRef
LLVMOrcMaterializationResponsibilityReplace(
    LLVMOrcMaterializationResponsibilityRef MR,
    LLVMOrcMaterializationUnitRef MU)

Description

Transfers responsibility to the given MaterializationUnit for all symbols defined by that MaterializationUnit. This allows materializers to break up work based on run-time information (e.g. by introspecting which symbols have actually been looked up and materializing only those).

Declared at: llvm/include/llvm-c/Orc.h:856

Parameters

LLVMOrcMaterializationResponsibilityRef MR
LLVMOrcMaterializationUnitRef MU