[llvm] a129305 - [ORC] Remove a stale comment.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 13:43:48 PDT 2021


Author: Lang Hames
Date: 2021-10-08T13:43:42-07:00
New Revision: a129305b28510d4ab0a8242c41edb56c016b9084

URL: https://github.com/llvm/llvm-project/commit/a129305b28510d4ab0a8242c41edb56c016b9084
DIFF: https://github.com/llvm/llvm-project/commit/a129305b28510d4ab0a8242c41edb56c016b9084.diff

LOG: [ORC] Remove a stale comment.

SimpleRemoteEPCServer Service shutdown (c965fde7c234a) takes care of this.

Added: 
    

Modified: 
    llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp b/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
index dba46ecdb7b0c..f548ce25093af 100644
--- a/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
@@ -105,9 +105,6 @@ void SimpleRemoteEPCServer::handleDisconnect(Error Err) {
     KV.second->set_value(
         shared::WrapperFunctionResult::createOutOfBandError("disconnecting"));
 
-  // TODO: Free attached resources.
-  // 1. Close libraries in DylibHandles.
-
   // Wait for dispatcher to clear.
   D->shutdown();
 


        


More information about the llvm-commits mailing list