[lldb-dev] LLDB_DISABLE_POSIX

Zachary Turner zturner at google.com
Fri Aug 8 17:43:16 PDT 2014


Frequently I see checks against LLDB_DISABLE_POSIX, and other times i see
specific OS checks.  It seems to me like #if LLDB_DISABLE_POSIX is
equivalent to #if defined(_WIN32).  If this is correct, any objection to me
marking LLDB_DISABLE_POSIX as deprecated and slowly changing conditionals
over to #if defined(_WIN32) instead?   It's easier for me to reason about
and I don't have to spend time thinking about what other platforms might be
affected that way.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140808/20456a52/attachment.html>


More information about the lldb-dev mailing list