[Lldb-commits] [PATCH] D31823: Update LLDB Host to support IPv6 over TCP

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 19 04:25:36 PDT 2017


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





More information about the lldb-commits mailing list