[PATCH] D157859: [ORC] Introduce RedirectionManager interface and implementation using JITLink.
Sunho Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 05:14:36 PDT 2023
sunho created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch introduces RedirectionManager and RedirectableSymbolManager interfaces which abstracts the redirection of call to certain symbols. It also adds JITLink implmenetation of such interface along with testcases covering basic use cases.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157859
Files:
llvm/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h
llvm/include/llvm/ExecutionEngine/Orc/RedirectionManager.h
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.cpp
llvm/lib/ExecutionEngine/Orc/RedirectionManager.cpp
llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
llvm/unittests/ExecutionEngine/Orc/JITLinkRedirectionManagerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157859.549886.patch
Type: text/x-patch
Size: 19127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230814/d92daaad/attachment-0001.bin>
More information about the llvm-commits
mailing list