[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')
Leslie Zhai via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 3 02:31:56 PDT 2017
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 the cmake detection logic
Yes, it needs to add the detection logic in the CMakeLists.txt :)
Regards,
Leslie Zhai
Repository:
rL LLVM
https://reviews.llvm.org/D32787
More information about the lldb-commits
mailing list