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
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
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