commit: 82c7b1e77426c9c4aaac70660555ecf9b86d89b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 09:23:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 09:24:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c7b1e7
llvm-core/mlir: Install libMLIROpenACCTestPasses for flang
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-core/mlir/mlir-22.0.0.9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/llvm-core/mlir/mlir-22.0.0.9999.ebuild
b/llvm-core/mlir/mlir-22.0.0.9999.ebuild
index ab0ad3779370..4916d3b6f7c3 100644
--- a/llvm-core/mlir/mlir-22.0.0.9999.ebuild
+++ b/llvm-core/mlir/mlir-22.0.0.9999.ebuild
@@ -68,6 +68,8 @@ check_distribution_components() {
# installed test libraries
MLIRTestAnalysis|MLIRTestDialect|MLIRTestIR)
;;
+ MLIROpenACCTestPasses)
+ ;;
# static libraries
MLIR*)
continue
@@ -122,6 +124,7 @@ get_distribution_components() {
mlir_runner_utils
# test libraries required by flang
+ MLIROpenACCTestPasses
MLIRTestAnalysis
MLIRTestDialect
MLIRTestIR