[Lldb-commits] [PATCH] D32787: Fix build error: no viable conversion from returned value of type 'int' to function return type 'sigset_t' (aka '__sigset_t')

2017-05-03 Thread Leslie Zhai via Phabricator via lldb-commits
xiangzhai created this revision. Hi LLVM developers, Resurrect pselect MainLoop implementation https://reviews.llvm.org/D32600 commited by Pavel, then it failed to build for Linux: /data/project/LLVM/llvm/tools/lldb/source/Host/common/MainLoop.cpp:158:10: error: no viable conversion from ret

[Lldb-commits] [PATCH] D32787: Fix build error: no viable conversion from returned value of type 'int' to function return type 'sigset_t' (aka '__sigset_t')

2017-05-03 Thread Leslie Zhai via Phabricator via lldb-commits
xiangzhai added a comment. Hi Pavel, > Could one of you guys check whether you really don't have the ppoll syscall > (for example, are able to compile a simple program using ppoll (*)) It has! clang is able to compile the simple program! > If you do, then I may need a bit more help to debug th

[Lldb-commits] [PATCH] D32787: Fix build error: no viable conversion from returned value of type 'int' to function return type 'sigset_t' (aka '__sigset_t')

2017-05-03 Thread Leslie Zhai via Phabricator via lldb-commits
xiangzhai abandoned this revision. xiangzhai added a comment. > Opening the CMakeCache.txt, and deleting the HAVE_PPOLL line should > re-trigger the detection Fixed! Repository: rL LLVM https://reviews.llvm.org/D32787 ___ lldb-commits mailing l