[Lldb-commits] [lldb] [lldb-dap] Fix win32 build. (PR #135638)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 14 12:38:16 PDT 2025
ashgti wrote:
> @ashgti Did you test #130169 on Windows? This patch will fix the building, but I'm not sure that it will work on Windows considering this:
SelectHelper has a Windows implementation: https://github.com/llvm/llvm-project/blob/a43ff0ec8a684b2f8e93bb9f6df3b513c577091b/lldb/source/Utility/SelectHelper.cpp#L93 it only works with Socket types on Windows.
https://github.com/llvm/llvm-project/pull/135638
More information about the lldb-commits
mailing list