This is an archive of the discontinued LLVM Phabricator instance.

LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks
ClosedPublic

Authored by lhames on Dec 5 2022, 11:02 PM.

Details

Summary

[C-API] LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks

Adds a LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks
function that can be used to create an RTDyldObjectLinkingLayer using callbacks
that are similar (but not identical) to those used in
LLVMCreateSimpleMCJITMemoryManager. This is intended to ease the transition to
ORC for MCJIT C-API clients.

Diff Detail

Event Timeline

lhames created this revision.Dec 5 2022, 11:02 PM
Herald added a project: Restricted Project. · View Herald Transcript
lhames requested review of this revision.Dec 5 2022, 11:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 11:02 PM
lhames accepted this revision.Dec 16 2022, 6:13 PM
This revision is now accepted and ready to land.Dec 16 2022, 6:13 PM
This revision was landed with ongoing or failed builds.Dec 16 2022, 7:15 PM
This revision was automatically updated to reflect the committed changes.