[all-commits] [llvm/llvm-project] c965fd: [ORC] Shut down services in SimpleRemoteEPCServer.
lhames via All-commits
all-commits at lists.llvm.org
Thu Sep 23 16:27:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c965fde7c234abbb311ab9f58e8684970a69c916
https://github.com/llvm/llvm-project/commit/c965fde7c234abbb311ab9f58e8684970a69c916
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
Log Message:
-----------
[ORC] Shut down services in SimpleRemoteEPCServer.
This should have been included with ExecutorBootstrapService in 78b083dbb72,
but was accidentally left out. It give services a chance to release any
resources that they have acquired.
More information about the All-commits
mailing list