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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-09-13 09:00:08 +02:00
parent bb68029d96
commit ec64cfef01

View File

@@ -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