Currently, the RPC interface with the loader is only tested if the other
tests fail. This test adds a direct test that runs a simple integer
increment over the RPC handshake 10000 times.
Depends on https://reviews.llvm.org/D148288
Differential D148342
[libc] Add a test to directly stimulate the RPC interface jhuber6 on Apr 14 2023, 7:30 AM. Authored by
Details Currently, the RPC interface with the loader is only tested if the other Depends on https://reviews.llvm.org/D148288
Diff Detail
Event Timeline
|
Can you add a direct dependency to libc.src.__support.RPC.rpc_client instead of relying on its transitive dependency via crt1?