llvm: update link to the document explaining codesign (#13047)
Change-Id: I01242cbb43b0c62a659739a5d7e9d998dd27e794
This commit is contained in:
parent
b1cdf8bd57
commit
e366f6ba39
@ -619,8 +619,8 @@ def check_darwin_lldb_codesign_requirement(self):
|
|||||||
|
|
||||||
except ProcessError:
|
except ProcessError:
|
||||||
explanation = ('The "lldb_codesign" identity must be available'
|
explanation = ('The "lldb_codesign" identity must be available'
|
||||||
' to build LLVM with LLDB. See https://llvm.org/'
|
' to build LLVM with LLDB. See https://github.com/'
|
||||||
'svn/llvm-project/lldb/trunk/docs/code-signing'
|
'jevinskie/llvm-lldb/blob/master/docs/code-signing'
|
||||||
'.txt for details on how to create this identity.')
|
'.txt for details on how to create this identity.')
|
||||||
raise RuntimeError(explanation)
|
raise RuntimeError(explanation)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user