public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/llvm/
Date: Sun, 22 Dec 2024 18:21:37 +0000 (UTC)	[thread overview]
Message-ID: <1734891688.391733a6a262e20c814acf6faa4765800b035a10.mgorny@gentoo> (raw)

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


             reply	other threads:[~2024-12-22 18:21 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-22 18:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-17 20:13 [gentoo-commits] repo/gentoo:master commit in: llvm-core/llvm/ Michał Górny
2025-03-16 17:41 Michał Górny
2025-03-11 14:56 Michał Górny
2025-03-05 10:13 Michał Górny
2025-03-01 12:58 Michał Górny
2025-03-01  8:34 Michał Górny
2025-02-26 18:55 Michał Górny
2025-02-25 14:03 Michał Górny
2025-02-22 15:19 Michał Górny
2025-02-15  7:19 Michał Górny
2025-02-13  7:53 Michał Górny
2025-02-11 11:29 Michał Górny
2025-02-08 11:51 Michał Górny
2025-02-07 20:08 Arthur Zamarin
2025-02-02 18:25 Michał Górny
2025-02-01 13:15 Michał Górny
2025-02-01  8:05 Michał Górny
2025-01-31 21:51 Michał Górny
2025-01-25 13:33 Michał Górny
2025-01-22 19:15 Michał Górny
2025-01-18 15:09 Michał Górny
2025-01-18  8:21 Michał Górny
2025-01-15  4:24 Michał Górny
2025-01-11 18:12 Michał Górny
2025-01-04 15:28 Michał Górny
2024-12-28 19:35 Michał Górny
2024-12-27 21:25 Michał Górny
2024-12-21 10:28 Michał Górny
2024-12-17 21:37 Michał Górny
2024-12-16  5:57 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734891688.391733a6a262e20c814acf6faa4765800b035a10.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox