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. This patch resolves http://reviews.llvm.org/rL243511.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM