[PATCH] D104990: [Bazel] Update for 0813700de1

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 27 08:32:12 PDT 2021


GMNGeoffrey created this revision.
GMNGeoffrey added a reviewer: springerm.
Herald added subscribers: dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
GMNGeoffrey requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

Updates Bazel BUILD files for changes in
https://github.com/llvm/llvm-project/commit/0813700de1


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104990

Files:
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2013,6 +2013,7 @@
     hdrs = ["include/mlir/Interfaces/ViewLikeInterface.h"],
     includes = ["include"],
     deps = [
+        ":DialectUtils",
         ":IR",
         ":ViewLikeInterfaceIncGen",
     ],
@@ -3671,6 +3672,7 @@
     deps = [
         ":CastOpInterfaces",
         ":ControlFlowInterfaces",
+        ":DialectUtils",
         ":IR",
         ":SideEffectInterfaces",
         ":StandardOps",
@@ -4122,6 +4124,7 @@
         ":Analysis",
         ":ConversionPassIncGen",
         ":DataLayoutInterfaces",
+        ":DialectUtils",
         ":IR",
         ":LLVMDialect",
         ":MathDialect",
@@ -6456,6 +6459,7 @@
     deps = [
         ":ControlFlowInterfaces",
         ":CopyOpInterface",
+        ":DialectUtils",
         ":IR",
         ":InferTypeOpInterface",
         ":MemRefBaseIncGen",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104990.354749.patch
Type: text/x-patch
Size: 1058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210627/43c0d67f/attachment.bin>


More information about the llvm-commits mailing list