[all-commits] [llvm/llvm-project] 6498b0: Reintroduce "[ORC] Introduce EPCGenericRTDyldMemor...
lhames via All-commits
all-commits at lists.llvm.org
Sun Sep 26 10:25:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6498b0e991babe71e69ab02e1afa7f5535f2be0f
https://github.com/llvm/llvm-project/commit/6498b0e991babe71e69ab02e1afa7f5535f2be0f
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
A 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
A 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
A llvm/tools/lli/ForwardingMemoryManager.h
R llvm/tools/lli/RemoteJITUtils.h
M llvm/tools/lli/lli.cpp
Log Message:
-----------
Reintroduce "[ORC] Introduce EPCGenericRTDyldMemoryManager."
This reintroduces "[ORC] Introduce EPCGenericRTDyldMemoryManager."
(bef55a2b47a938ef35cbd7b61a1e5fa74e68c9ed) and "[lli] Add ChildTarget dependence
on OrcTargetProcess library." (7a219d801bf2c3006482cf3cbd3170b3b4ea2e1b) which were
reverted in 99951a56842d8e4cd0706cd17a04f77b5d0f6dd0 due to bot failures.
The root cause of the bot failures should be fixed by "[ORC] Fix uninitialized
variable." (0371049277912afc201da721fa659ecef7ab7fba) and "[ORC] Wait for
handleDisconnect to complete in SimpleRemoteEPC::disconnect."
(320832cc9b7e7fea5fc8afbed75c34c4a43287ba).
More information about the All-commits
mailing list