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.
This commit is contained in:
		| @@ -78,10 +78,6 @@ class Llvm(CMakePackage, CudaPackage): | |||||||
|     version("5.0.1", sha256="84ca454abf262579814a2a2b846569f6e0cb3e16dc33ca3642b4f1dff6fbafd3") |     version("5.0.1", sha256="84ca454abf262579814a2a2b846569f6e0cb3e16dc33ca3642b4f1dff6fbafd3") | ||||||
|     version("5.0.0", sha256="1f1843315657a4371d8ca37f01265fa9aae17dbcf46d2d0a95c1fdb3c6a4bab6") |     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( |     variant( | ||||||
|         "clang", default=True, description="Build the LLVM C/C++/Objective-C compiler frontend" |         "clang", default=True, description="Build the LLVM C/C++/Objective-C compiler frontend" | ||||||
|     ) |     ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aiden Grossman
					Aiden Grossman