Bug ID 39909
Summary Build docs for macOS should mention DevToolsSecurity
Product lldb
Version unspecified
Hardware All
OS MacOS X
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter martongabesz@gmail.com
CC llvm-bugs@lists.llvm.org
(macOS, mojave, Xcode 10.1)
When we build LLDB for macOS with cmake/ninja via ssh and we want to execute
"ninja check-lldb" then we must execute first:
"sudo /usr/sbin/DevToolsSecurity --enable"
This should be mentioned in the build docs.