commit: 391733a6a262e20c814acf6faa4765800b035a10
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 11:25:59 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 18:21:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391733a6
llvm-core/llvm: Install LLVMCodeGenTypes for mlir-tblgen
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-core/llvm/llvm-20.0.0.9999.ebuild | 5 +++++
.../{llvm-20.0.0.9999.ebuild => llvm-20.0.0_pre20241221-r1.ebuild} | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/llvm-core/llvm/llvm-20.0.0.9999.ebuild
b/llvm-core/llvm/llvm-20.0.0.9999.ebuild
index 9f0241e1ec26..63bcc0f4ae25 100644
--- a/llvm-core/llvm/llvm-20.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-20.0.0.9999.ebuild
@@ -136,6 +136,9 @@ check_distribution_components() {
# TableGen lib + deps
LLVMDemangle|LLVMSupport|LLVMTableGen)
;;
+ # for mlir-tblgen
+ LLVMCodeGenTypes)
+ ;;
# used by lldb
LLVMDebuginfod)
;;
@@ -223,6 +226,8 @@ get_distribution_components() {
LLVMDemangle
LLVMSupport
LLVMTableGen
+ # mlir-tblgen
+ LLVMCodeGenTypes
# testing libraries
llvm_gtest
diff --git a/llvm-core/llvm/llvm-20.0.0.9999.ebuild
b/llvm-core/llvm/llvm-20.0.0_pre20241221-r1.ebuild
similarity index 99%
copy from llvm-core/llvm/llvm-20.0.0.9999.ebuild
copy to llvm-core/llvm/llvm-20.0.0_pre20241221-r1.ebuild
index 9f0241e1ec26..63bcc0f4ae25 100644
--- a/llvm-core/llvm/llvm-20.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-20.0.0_pre20241221-r1.ebuild
@@ -136,6 +136,9 @@ check_distribution_components() {
# TableGen lib + deps
LLVMDemangle|LLVMSupport|LLVMTableGen)
;;
+ # for mlir-tblgen
+ LLVMCodeGenTypes)
+ ;;
# used by lldb
LLVMDebuginfod)
;;
@@ -223,6 +226,8 @@ get_distribution_components() {
LLVMDemangle
LLVMSupport
LLVMTableGen
+ # mlir-tblgen
+ LLVMCodeGenTypes
# testing libraries
llvm_gtest