probinson added a comment. Looking at CMakeError.log, the test program does `#include <poll.h>` but does not `#define _GNU_SOURCE`. The define has to be there for your example to compile on my Ubuntu.
Repository: rL LLVM https://reviews.llvm.org/D32787 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits