[libc-commits] [libc] [llvm] [libc] Add RPC helpers for dispatching functions to the host (PR #179085)

Shilei Tian via libc-commits libc-commits at lists.llvm.org
Tue Feb 10 10:57:07 PST 2026


================
@@ -162,8 +162,45 @@ data.
       port->recv([](rpc::Buffer *) {});
       break;
     }
+    port->close();
   }
 
+Function Dispatch
+-----------------
+
+There are cases where the client wants to simply execute a function as-is on the
----------------
shiltian wrote:

This document needs to be updated to reflect the latest code changes?

https://github.com/llvm/llvm-project/pull/179085


More information about the libc-commits mailing list