[Lldb-commits] [PATCH] D57959: [lldb] [MainLoop] Initialize empty sigset_t correctly
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 8 12:01:37 PST 2019
krytarowski added a comment.
In D57959#1390992 <https://reviews.llvm.org/D57959#1390992>, @mgorny wrote:
> But to what purpose? I think it's better to use consistent macros to refer to the same scenario.
I had an impression that LLVM_ON_UNIX is LLVM homegrown symbol for this exact purpose to differentiate Windows (out of UNIX [and probably next to Fuchsia today, but it's not supported in LLDB].
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57959/new/
https://reviews.llvm.org/D57959
More information about the lldb-commits
mailing list