[all-commits] [llvm/llvm-project] a5ffab: [llvm][Support] Add UNIX socket support (#73603)
criis via All-commits
all-commits at lists.llvm.org
Wed Dec 13 10:48:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5ffabce98a4b2e9d69009fa3e60f2b154100860
https://github.com/llvm/llvm-project/commit/a5ffabce98a4b2e9d69009fa3e60f2b154100860
Author: criis <christian.riis at gmail.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M llvm/include/llvm/Support/raw_ostream.h
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/raw_ostream.cpp
M llvm/unittests/Support/CMakeLists.txt
A llvm/unittests/Support/raw_socket_stream_test.cpp
Log Message:
-----------
[llvm][Support] Add UNIX socket support (#73603)
This adds support for UNIX socket communication to work similarly to
raw_stream.
---------
Patch by Christian Riis
More information about the All-commits
mailing list