[Lldb-commits] [PATCH] D54352: [CMake] Explicit lldb_codesign function with application in debugserver and lldb-server
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 9 13:29:00 PST 2018
sgraenitz created this revision.
sgraenitz added reviewers: beanz, bogner, lanza, friss.
Herald added a subscriber: mgorny.
Add LLDB-specific utility function lldb_codesign. In contrast to llvm_codesign it must be invoked explicitly and allows to pass a target-specific entitlements file as well as an override for the codesign identity.
https://reviews.llvm.org/D54352
Files:
CMakeLists.txt
cmake/modules/AddLLDB.cmake
tools/debugserver/CMakeLists.txt
tools/debugserver/source/CMakeLists.txt
tools/lldb-server/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54352.173435.patch
Type: text/x-patch
Size: 5856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181109/bf28f032/attachment.bin>
More information about the lldb-commits
mailing list