[debugserver] Relax the codesigning identity check
authorFrederic Riss <friss@apple.com>
Tue, 16 Apr 2019 20:54:42 +0000 (20:54 +0000)
committerFrederic Riss <friss@apple.com>
Tue, 16 Apr 2019 20:54:42 +0000 (20:54 +0000)
commitb47d3560938d37d7f0d68de7b3f559dfdfba8861
tree50c762a166ae0d0853c12881156e4ce3c8d56c2c
parent4b9c19e42d67c26b440a028d167e4e4b4186fb81
[debugserver] Relax the codesigning identity check

In an effort to help new LLDB developers, we added checks and messaging around
the selection of your codesigning identity on macOS. While helpful, it is not
actually correct. It's perfectly valid to codesign with an identity that is
not named lldb_codesign. Currently this fails the build.

This patch keeps a warning that informs developers how to setup lldb_codesign
and how to pass it to cmake, but it allows the build to proceed with a
different identity.

llvm-svn: 358525
lldb/tools/debugserver/source/CMakeLists.txt