projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb86173
)
[CMake] Add configure check for sys/event.h
author
Chris Bieneman
<beanz@apple.com>
Wed, 19 Apr 2017 02:53:53 +0000
(
02:53
+0000)
committer
Chris Bieneman
<beanz@apple.com>
Wed, 19 Apr 2017 02:53:53 +0000
(
02:53
+0000)
This enables the kqueue path in MainLoop for Darwin and BSD.
llvm-svn: 300654
lldb/cmake/modules/LLDBConfig.cmake
patch
|
blob
|
history
diff --git
a/lldb/cmake/modules/LLDBConfig.cmake
b/lldb/cmake/modules/LLDBConfig.cmake
index 5e64c177ec0ba060e39308dcae4a2bee9da8c11c..adf782896900305efa108ad408199a364372af45 100644
(file)
--- a/
lldb/cmake/modules/LLDBConfig.cmake
+++ b/
lldb/cmake/modules/LLDBConfig.cmake
@@
-436,6
+436,7
@@
check_symbol_exists(ppoll poll.h HAVE_PPOLL)
check_symbol_exists(sigaction signal.h HAVE_SIGACTION)
check_include_file(termios.h HAVE_TERMIOS_H)
+check_include_file(sys/event.h HAVE_SYS_EVENT_H)
# These checks exist in LLVM's configuration, so I want to match the LLVM names
# so that the check isn't duplicated, but we translate them into the LLDB names