[ORC] Update SelfExecutorProcessControl to allow user-supplied handles.
authorLang Hames <lhames@gmail.com>
Tue, 25 Oct 2022 15:23:27 +0000 (08:23 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 25 Oct 2022 15:50:27 +0000 (08:50 -0700)
commit9000ee2224708853517354818fa58dd0a9a0c0bb
tree31237a9a98e39a4da75914e5c5768dec8d353d0e
parent5be51acbf01a921a23c000c17c3ba4577fab967e
[ORC] Update SelfExecutorProcessControl to allow user-supplied handles.

SelfExecutorProcessControl no longer requires that handles passed to
lookupSymbols be ones that were previously returned from loadDylib. This brings
SelfExecutorPRocessControl into alignment with SimpleRemoteEPC, which was
updated in 6613f4aff85.
llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp