update provides(libllvm)

This commit is contained in:
Satish Balay 2024-09-20 14:51:57 -05:00 committed by Massimiliano Culpo
parent aa33912c84
commit 0b8a86d397

View File

@ -286,6 +286,8 @@ class Llvm(CMakePackage, CudaPackage, LlvmDetection, CompilerPackage):
description="Enable zstd support for static analyzer / lld", description="Enable zstd support for static analyzer / lld",
) )
provides("libllvm@19", when="@19.0.0:19")
provides("libllvm@18", when="@18.0.0:18")
provides("libllvm@17", when="@17.0.0:17") provides("libllvm@17", when="@17.0.0:17")
provides("libllvm@16", when="@16.0.0:16") provides("libllvm@16", when="@16.0.0:16")
provides("libllvm@15", when="@15.0.0:15") provides("libllvm@15", when="@15.0.0:15")