[Lldb-commits] [PATCH] D67893: [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in general
Martin Storsjö via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Sep 22 12:14:15 PDT 2019
mstorsjo created this revision.
mstorsjo added reviewers: hhb, compnerd, amccarth.
Herald added subscribers: JDevlieghere, abidh.
Herald added a project: LLDB.
These ifdefs contain code that isn't specific to MSVC but useful for any windows target, like MinGW.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D67893
Files:
lldb/source/Core/IOHandler.cpp
lldb/source/Host/common/UDPSocket.cpp
lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
lldb/source/Utility/SelectHelper.cpp
lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67893.221224.patch
Type: text/x-patch
Size: 3564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190922/4394f8f6/attachment.bin>
More information about the lldb-commits
mailing list