[all-commits] [llvm/llvm-project] 99951a: Revert "[ORC] Introduce EPCGenericRTDyldMemoryMana...
lhames via All-commits
all-commits at lists.llvm.org
Sat Sep 25 11:22:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99951a56842d8e4cd0706cd17a04f77b5d0f6dd0
https://github.com/llvm/llvm-project/commit/99951a56842d8e4cd0706cd17a04f77b5d0f6dd0
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
R llvm/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h
M llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
R llvm/lib/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.cpp
M llvm/lib/ExecutionEngine/Orc/Shared/OrcRTBridge.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/OrcRTBootstrap.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.cpp
M llvm/tools/lli/ChildTarget/CMakeLists.txt
M llvm/tools/lli/ChildTarget/ChildTarget.cpp
R llvm/tools/lli/ForwardingMemoryManager.h
A llvm/tools/lli/RemoteJITUtils.h
M llvm/tools/lli/lli.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list