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

Michael Jones via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 13:54:51 PDT 2025


================
@@ -184,6 +184,7 @@ but the following example shows how it can be used by a standard user.
 
   #include <shared/rpc.h>
   #include <shared/rpc_opcodes.h>
+  #include <shared/rpc_server.h>
----------------
michaelrj-google wrote:

shared isn't exported to users, it's only for LLVM internal usage. This won't work unless they manually copy the headers. 

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


More information about the llvm-commits mailing list