From ec64cfef018eb5e7df7571e54f515ef2c5080402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 13 Sep 2025 09:00:08 +0200 Subject: [PATCH] llvm-core/llvm: mlir-tblgen now needs LLVMSupportLSP.a MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 6fb582a6e137c..42f9707913f9b 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