Revert "[ORC] Introduce EPCGenericRTDyldMemoryManager."
authorLang Hames <lhames@gmail.com>
Sat, 25 Sep 2021 18:17:55 +0000 (11:17 -0700)
committerLang Hames <lhames@gmail.com>
Sat, 25 Sep 2021 18:19:14 +0000 (11:19 -0700)
commit99951a56842d8e4cd0706cd17a04f77b5d0f6dd0
tree007834995961832a35fb96e8871294f7318a1b41
parent7a219d801bf2c3006482cf3cbd3170b3b4ea2e1b
Revert "[ORC] Introduce EPCGenericRTDyldMemoryManager."

This reverts commit bef55a2b47a938ef35cbd7b61a1e5fa74e68c9ed while I investigate
failures on some bots. Also reverts "[lli] Add ChildTarget dependence on
OrcTargetProcess library." (7a219d801bf2c3006482cf3cbd3170b3b4ea2e1b) which was
a fallow-up to bef55a2b47a.
13 files changed:
llvm/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h [deleted file]
llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h
llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.cpp [deleted file]
llvm/lib/ExecutionEngine/Orc/Shared/OrcRTBridge.cpp
llvm/lib/ExecutionEngine/Orc/TargetProcess/OrcRTBootstrap.cpp
llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp
llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp
llvm/tools/lli/ChildTarget/CMakeLists.txt
llvm/tools/lli/ChildTarget/ChildTarget.cpp
llvm/tools/lli/RemoteJITUtils.h [moved from llvm/tools/lli/ForwardingMemoryManager.h with 68% similarity]
llvm/tools/lli/lli.cpp