diff options
author | 2025-01-25 09:00:21 +0100 | |
---|---|---|
committer | 2025-01-25 09:29:01 +0100 | |
commit | 44be8ae5f5ddd53c0c8456670f7fe80864680cba (patch) | |
tree | 24b5b8587d9740cf046ee06e59bb26c939c7392e /llvm-core | |
parent | dev-ruby/selenium-webdriver: add 4.28.0 (diff) | |
download | gentoo-44be8ae5f5ddd53c0c8456670f7fe80864680cba.tar.gz gentoo-44be8ae5f5ddd53c0c8456670f7fe80864680cba.tar.bz2 gentoo-44be8ae5f5ddd53c0c8456670f7fe80864680cba.zip |
llvm-core/mlir: Update distribution components
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core')
-rw-r--r-- | llvm-core/mlir/mlir-20.0.0.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm-core/mlir/mlir-20.0.0.9999.ebuild b/llvm-core/mlir/mlir-20.0.0.9999.ebuild index 605b641fd141..73ba1e3228b6 100644 --- a/llvm-core/mlir/mlir-20.0.0.9999.ebuild +++ b/llvm-core/mlir/mlir-20.0.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -122,7 +122,6 @@ get_distribution_components() { if multilib_is_native_abi; then out+=( # tools - mlir-cpu-runner mlir-linalg-ods-yaml-gen mlir-lsp-server mlir-opt @@ -131,6 +130,7 @@ get_distribution_components() { mlir-query mlir-reduce mlir-rewrite + mlir-runner mlir-tblgen mlir-translate tblgen-lsp-server |