[libc-commits] [libc] [llvm] [libc] Make RPC server handling header only (PR #131205)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Mar 13 14:33:50 PDT 2025


================
@@ -13,6 +13,7 @@
 
 #include "shared/rpc.h"
 #include "shared/rpc_opcodes.h"
+#include "shared/rpc_server.h"
----------------
jhuber6 wrote:

Okay I think this works, PTAL.

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


More information about the libc-commits mailing list