summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAiden Grossman <39388941+boomanaiden154@users.noreply.github.com>2023-07-26 07:39:10 -0700
committerGitHub <noreply@github.com>2023-07-26 16:39:10 +0200
commiteb19f59fb11c7c0937acd0558230f7b25672052e (patch)
treecc3966b172ee091e0e00d92cc1acd6e627b3b7b4 /var
parent856834537ae2a4ba0ac12dfe78b0247f8ed8f7bf (diff)
downloadspack-eb19f59fb11c7c0937acd0558230f7b25672052e.tar.gz
spack-eb19f59fb11c7c0937acd0558230f7b25672052e.tar.bz2
spack-eb19f59fb11c7c0937acd0558230f7b25672052e.tar.xz
spack-eb19f59fb11c7c0937acd0558230f7b25672052e.zip
llvm: remove build type comment (#39087)
The message is now outdated after https://github.com/spack/spack/pull/36679 which could lead to some confusion.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/llvm/package.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/llvm/package.py b/var/spack/repos/builtin/packages/llvm/package.py
index 120ce06808..f4c9f6ea51 100644
--- a/var/spack/repos/builtin/packages/llvm/package.py
+++ b/var/spack/repos/builtin/packages/llvm/package.py
@@ -78,10 +78,6 @@ class Llvm(CMakePackage, CudaPackage):
version("5.0.1", sha256="84ca454abf262579814a2a2b846569f6e0cb3e16dc33ca3642b4f1dff6fbafd3")
version("5.0.0", sha256="1f1843315657a4371d8ca37f01265fa9aae17dbcf46d2d0a95c1fdb3c6a4bab6")
- # NOTE: The debug version of LLVM is an order of magnitude larger than
- # the release version, and may take up 20-30 GB of space. If you want
- # to save space, build with `build_type=Release`.
-
variant(
"clang", default=True, description="Build the LLVM C/C++/Objective-C compiler frontend"
)