[libc-commits] [PATCH] D148342: [libc] Add a test to directly stimulate the RPC interface
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 14 09:28:18 PDT 2023
lntue added inline comments.
================
Comment at: libc/test/integration/startup/gpu/CMakeLists.txt:20
+ SRCS
+ rpc_test.cpp
+)
----------------
Can you add a direct dependency to `libc.src.__support.RPC.rpc_client` instead of relying on its transitive dependency via `crt1`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148342/new/
https://reviews.llvm.org/D148342
More information about the libc-commits
mailing list