Fix build of lldb on Mavericks after svn rev.243511.
authorDawn Perchik <dawn@burble.org>
Fri, 31 Jul 2015 00:26:46 +0000 (00:26 +0000)
committerDawn Perchik <dawn@burble.org>
Fri, 31 Jul 2015 00:26:46 +0000 (00:26 +0000)
commit3cb6dd6e940029fdb98716e87520660c49f781bf
tree2026aa3e37ec65edcd1dcd75a0929fcaca5b4e71
parentf3ed62f626e89bfc3e803c3283016e58cde67c2c
Fix build of lldb on Mavericks after svn rev.243511.

This patch adds a test for ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED
around the code which requires 10.10 support to link. Without this, lldb
gets unresolved references to _csr_check and _rootless_allows_task_for_pid.

Reviewed by: jasonmolenda
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D11668

llvm-svn: 243715
lldb/tools/debugserver/source/RNBRemote.cpp