[llvm] [MLIR][bazel] Fix build files for 5e29112719df91b1c80916386e230252d56… (PR #75617)
Benjamin Chetioui via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 07:59:13 PST 2023
https://github.com/bchetioui created https://github.com/llvm/llvm-project/pull/75617
…b052e.
>From b9c714ad5b1988c4fffce033adb7bc9002225598 Mon Sep 17 00:00:00 2001
From: Benjamin Chetioui <bchetioui at google.com>
Date: Fri, 15 Dec 2023 15:58:25 +0000
Subject: [PATCH] [MLIR][bazel] Fix build files for
5e29112719df91b1c80916386e230252d56b052e.
---
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 18042f00fdb4e1..cdb35d87992ed4 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3222,6 +3222,7 @@ cc_library(
includes = ["include"],
deps = [
":ArithDialect",
+ ":DialectUtils",
":IR",
":InferTypeOpInterface",
":MeshIncGen",
More information about the llvm-commits
mailing list