commit:     ec64cfef018eb5e7df7571e54f515ef2c5080402
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 07:00:08 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 10:12:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec64cfef

llvm-core/llvm: mlir-tblgen now needs LLVMSupportLSP.a

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 llvm-core/llvm/llvm-22.0.0.9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/llvm-core/llvm/llvm-22.0.0.9999.ebuild 
b/llvm-core/llvm/llvm-22.0.0.9999.ebuild
index 6fb582a6e137..42f9707913f9 100644
--- a/llvm-core/llvm/llvm-22.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-22.0.0.9999.ebuild
@@ -134,7 +134,7 @@ check_distribution_components() {
                                        LLVM|LLVMgold)
                                                ;;
                                        # TableGen lib + deps
-                                       LLVMDemangle|LLVMSupport|LLVMTableGen)
+                                       
LLVMDemangle|LLVMSupport|LLVMSupportLSP|LLVMTableGen)
                                                ;;
                                        # for mlir-tblgen
                                        LLVMCodeGenTypes)
@@ -235,6 +235,7 @@ get_distribution_components() {
                LLVMTableGen
                # mlir-tblgen
                LLVMCodeGenTypes
+               LLVMSupportLSP
 
                # testing libraries
                llvm_gtest

Reply via email to