This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7e79b6464 Unbreak windows build bot new 4c0fcf02d Revert "Fix IPv6 support on lldb-server platform"
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../Host/posix/ConnectionFileDescriptorPosix.cpp | 2 +- unittests/Host/CMakeLists.txt | 2 - unittests/Host/ConnectionFileDescriptorTest.cpp | 50 ---------- unittests/Host/SocketTest.cpp | 94 +++++++++++++++++-- unittests/Host/SocketTestUtilities.cpp | 104 --------------------- unittests/Host/SocketTestUtilities.h | 47 ---------- 6 files changed, 87 insertions(+), 212 deletions(-) delete mode 100644 unittests/Host/ConnectionFileDescriptorTest.cpp delete mode 100644 unittests/Host/SocketTestUtilities.cpp delete mode 100644 unittests/Host/SocketTestUtilities.h