krytarowski added inline comments.
================ Comment at: lldb/trunk/cmake/modules/LLDBConfig.cmake:435 find_package(Backtrace) +check_symbol_exists(ppoll poll.h HAVE_PPOLL) ---------------- labath wrote: > This needs `set(CMAKE_REQUIRED_DEFINITIONS -D_GNU_SOURCE)` to detect ppoll on > linux. `check_symbol_exists` unrecognized in LLDB Standalone build. There is need to add `include(CheckIncludeFile)` somewhere in generic or standalone cmake file. Repository: rL LLVM https://reviews.llvm.org/D31823 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits