diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-09-13 09:00:08 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-09-13 12:12:51 +0200 |
| commit | ec64cfef018eb5e7df7571e54f515ef2c5080402 (patch) | |
| tree | 2ebd911a3daab3a6bd7a0637c6b4ac42cfd3d82d /llvm-core/llvm | |
| parent | bb68029d96f184f8ab9b92e7e743f7c7979489b7 (diff) | |
| download | gentoo-ec64cfef018eb5e7df7571e54f515ef2c5080402.tar.gz gentoo-ec64cfef018eb5e7df7571e54f515ef2c5080402.tar.bz2 gentoo-ec64cfef018eb5e7df7571e54f515ef2c5080402.zip | |
llvm-core/llvm: mlir-tblgen now needs LLVMSupportLSP.a
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core/llvm')
| -rw-r--r-- | llvm-core/llvm/llvm-22.0.0.9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
