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:
|
||||
explanation = ('The "lldb_codesign" identity must be available'
|
||||
' to build LLVM with LLDB. See https://llvm.org/'
|
||||
'svn/llvm-project/lldb/trunk/docs/code-signing'
|
||||
' to build LLVM with LLDB. See https://github.com/'
|
||||
'jevinskie/llvm-lldb/blob/master/docs/code-signing'
|
||||
'.txt for details on how to create this identity.')
|
||||
raise RuntimeError(explanation)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user