mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
llvm-core/llvm: mlir-tblgen now needs LLVMSupportLSP.a
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user