[PATCH] D98579: [llvm-jitlink] Fix use of getaddrinfo(3) when connecting remote executor via TCP socket
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 13 05:47:43 PST 2021
sgraenitz added a comment.
Unfortunately, we seem to have no test coverage for this code. My last take was that LIT doesn't exactly make it easy to run client and server concurrently. Is that still the case or could we do it somehow differently?
I had to take a detailed look into this code now anyway, so I could just as well add a test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98579/new/
https://reviews.llvm.org/D98579
More information about the llvm-commits
mailing list