diff options
author | Andreas Baumbach <healther@users.noreply.github.com> | 2019-10-04 22:31:43 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-10-04 13:31:43 -0700 |
commit | e366f6ba3996f815be01fc8ef92ad4ef5e134c67 (patch) | |
tree | 1b4d1374327a6ef0c9e7052776ef2869266601a5 | |
parent | b1cdf8bd57054ac4e56b022cacdf66c1b3d55c69 (diff) | |
download | spack-e366f6ba3996f815be01fc8ef92ad4ef5e134c67.tar.gz spack-e366f6ba3996f815be01fc8ef92ad4ef5e134c67.tar.bz2 spack-e366f6ba3996f815be01fc8ef92ad4ef5e134c67.tar.xz spack-e366f6ba3996f815be01fc8ef92ad4ef5e134c67.zip |
llvm: update link to the document explaining codesign (#13047)
Change-Id: I01242cbb43b0c62a659739a5d7e9d998dd27e794
-rw-r--r-- | var/spack/repos/builtin/packages/llvm/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/llvm/package.py b/var/spack/repos/builtin/packages/llvm/package.py index 4b879e3fbd..be385873f6 100644 --- a/var/spack/repos/builtin/packages/llvm/package.py +++ b/var/spack/repos/builtin/packages/llvm/package.py @@ -619,8 +619,8 @@ class Llvm(CMakePackage): 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) |