[Lldb-commits] [PATCH] D63745: [CMake] Check that a certificate for lldb is present at build time.
Frederic Riss via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 25 00:17:32 PDT 2019
friss added a comment.
In D63745#1556943 <https://reviews.llvm.org/D63745#1556943>, @xiaobai wrote:
> In D63745#1556773 <https://reviews.llvm.org/D63745#1556773>, @JDevlieghere wrote:
>
> > On second thought, let's check that LLDB_CODESIGN_IDENTITY equals `lldb_codesign` before doing this check.
>
>
> This question isn't important but I'm kind of curious: Does it have to be called lldb_codesign? Could you have an arbitrary identity and then sign with that, assuming the cert exists, or does debugserver expect a cert with that name exactly?
The name doesn't matter.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63745/new/
https://reviews.llvm.org/D63745
More information about the lldb-commits
mailing list