[all-commits] [llvm/llvm-project] a12930: [ORC] Remove a stale comment.
lhames via All-commits
all-commits at lists.llvm.org
Fri Oct 8 13:43:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a129305b28510d4ab0a8242c41edb56c016b9084
https://github.com/llvm/llvm-project/commit/a129305b28510d4ab0a8242c41edb56c016b9084
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
Log Message:
-----------
[ORC] Remove a stale comment.
SimpleRemoteEPCServer Service shutdown (c965fde7c234a) takes care of this.
Commit: 8fe3d9df0ed384037cb3789096e0dcabd6d27138
https://github.com/llvm/llvm-project/commit/8fe3d9df0ed384037cb3789096e0dcabd6d27138
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h
M llvm/lib/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
M llvm/tools/lli/ChildTarget/ChildTarget.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp
Log Message:
-----------
Revert "[ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcShared."
This reverts commit dfd74db9813b0c7c64038c303726ba43f335e07a.
SimpleRemoteEPC should share dispatch with the ExecutionSession, rather than
having two different dispatch systems on the controller side.
SimpleRemoteEPCServer::Dispatch doesn't need to be shared.
Compare: https://github.com/llvm/llvm-project/compare/d2aa34e8d91b...8fe3d9df0ed3
More information about the All-commits
mailing list