[llvm] fix LinalgTransforms bazel build (PR #90120)
Jeremy Kun via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 25 13:52:49 PDT 2024
https://github.com/j2kun created https://github.com/llvm/llvm-project/pull/90120
None
>From ee7988ecc4fecc3b1b60b50aee00cc121a4fb814 Mon Sep 17 00:00:00 2001
From: Jeremy Kun <jkun at google.com>
Date: Thu, 25 Apr 2024 13:42:45 -0700
Subject: [PATCH] fix LinalgTransforms bazel build
---
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 ++
1 file changed, 2 insertions(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 3eb0f67bbd88a5..6a6f8fc1341002 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -11104,6 +11104,7 @@ cc_library(
":FuncTransforms",
":GPUDialect",
":IR",
+ ":IndexDialect",
":LinalgDialect",
":LinalgPassIncGen",
":LinalgStructuredOpsIncGen",
@@ -11115,6 +11116,7 @@ cc_library(
":MeshShardingInterface",
":MeshTransforms",
":Pass",
+ ":RuntimeVerifiableOpInterface",
":SCFDialect",
":SCFTransforms",
":SCFUtils",
More information about the llvm-commits
mailing list