ΒΆvoid link_MachO_x86_64(
    std::unique_ptr<LinkGraph> G,
    std::unique_ptr<JITLinkContext> Ctx)

Description

jit-link the given LinkGraph. If PrePrunePasses is empty then a default mark-live pass will be inserted that will mark all exported atoms live. If PrePrunePasses is not empty, the caller is responsible for including a pass to mark atoms as live. If PostPrunePasses is empty then a default GOT-and-stubs insertion pass will be inserted. If PostPrunePasses is not empty then the caller is responsible for including a pass to insert GOT and stub edges.

Declared at: llvm/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h:38

Parameters

std::unique_ptr<LinkGraph> G
std::unique_ptr<JITLinkContext> Ctx