[PATCH] D139393: LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 23:02:10 PST 2022
lhames created this revision.
Herald added a reviewer: deadalnix.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
lhames requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
[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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139393
Files:
llvm/include/llvm-c/OrcEE.h
llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h
llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139393.480337.patch
Type: text/x-patch
Size: 9125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221206/3e035747/attachment.bin>
More information about the llvm-commits
mailing list