llvm: update link to the document explaining codesign (#13047)

Change-Id: I01242cbb43b0c62a659739a5d7e9d998dd27e794
This commit is contained in:
Andreas Baumbach 2019-10-04 22:31:43 +02:00 committed by Todd Gamblin
parent b1cdf8bd57
commit e366f6ba39

View File

@ -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)