[libc-commits] [PATCH] D147180: [libc] Add LIBC_INLINE macro to RPC implementation
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Mar 29 14:53:11 PDT 2023
lntue added inline comments.
================
Comment at: libc/src/__support/RPC/rpc.h:79
+
template <typename W, typename C> bool handle(W work, C clean);
};
----------------
@sivachandra: Do these templates need to be annotated too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147180/new/
https://reviews.llvm.org/D147180
More information about the libc-commits
mailing list