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.
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
