[llvm] [llvm][Support] Add UNIX socket support (PR #73603)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 19:14:38 PST 2023


nico wrote:

>From what I understand, this makes binaries depending on Support, such as clang, now depend on winsock. That seems like an undesirable dependency in a compiler. Maybe this could live in its own library, instead of in Support? Then only tools that need unix sockets could depend on it.

https://github.com/llvm/llvm-project/pull/73603


More information about the llvm-commits mailing list