[llvm] [bazel] Port bf68e9047f62c22ca87f9a4a7c59a46b3de06abb (PR #104907)

Kunwar Grover via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 02:00:15 PDT 2024


https://github.com/Groverkss created https://github.com/llvm/llvm-project/pull/104907

Add dep on ControlFlowInterfaces for arith td files

>From 309aa770f64cb3e8e51814919882942548c42395 Mon Sep 17 00:00:00 2001
From: Kunwar Grover <groverkss at gmail.com>
Date: Tue, 20 Aug 2024 08:58:59 +0000
Subject: [PATCH] [bazel] Port bf68e9047f62c22ca87f9a4a7c59a46b3de06abb

Add dep on ControlFlowInterfaces for arith td files
---
 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 e697db26d763c9..270665135b4766 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -12776,6 +12776,7 @@ td_library(
         ":ArithOpsInterfacesTdFiles",
         ":BuiltinDialectTdFiles",
         ":CastInterfacesTdFiles",
+        ":ControlFlowInterfaces",
         ":InferIntRangeInterfaceTdFiles",
         ":InferTypeOpInterfaceTdFiles",
         ":OpBaseTdFiles",



More information about the llvm-commits mailing list