[PATCH] D98581: [llvm-jitlink] Add diagnostic output and port executor to getaddrinfo(3) as well

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 13 07:12:51 PST 2021


sgraenitz created this revision.
sgraenitz added reviewers: lhames, rzurob, saghir.
sgraenitz requested review of this revision.
Herald added a project: LLVM.

Add diagnostic output for TCP connections on both sides, llvm-jitlink and llvm-jitlink-executor.
Port the executor to use getaddrinfo(3) as well. This makes the code more symmetric and seems to be the recommended way for implementing the server side.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98581

Files:
  llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp
  llvm/tools/llvm-jitlink/llvm-jitlink.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98581.330451.patch
Type: text/x-patch
Size: 9450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210313/28a9adc5/attachment.bin>


More information about the llvm-commits mailing list