[llvm] [bazel] Add missing dependency for mlir:SCFUtils (PR #87711)

Chenguang Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 14:26:53 PDT 2024


https://github.com/wecing created https://github.com/llvm/llvm-project/pull/87711

https://github.com/llvm/llvm-project/commit/5aeb604c7ce417eea110f9803a6c5cb1cdbc5372
https://buildkite.com/llvm-project/upstream-bazel/builds/93859

>From b6eb5b9b0f1b6074f71d60ecc79226d0f5b8b3f7 Mon Sep 17 00:00:00 2001
From: Chenguang Wang <chenguangwang at google.com>
Date: Thu, 4 Apr 2024 14:25:34 -0700
Subject: [PATCH] [bazel] Add missing dependency for mlir:SCFUtils

---
 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 ddd3e69e6ce35f..497edcfceffe4d 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4275,6 +4275,7 @@ cc_library(
         ":AffineDialect",
         ":Analysis",
         ":ArithDialect",
+        ":ArithUtils",
         ":DialectUtils",
         ":FuncDialect",
         ":IR",



More information about the llvm-commits mailing list