[PATCH] D104990: [Bazel] Update for 0813700de1
    Geoffrey Martin-Noble via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Jun 27 08:33:16 PDT 2021
    
    
  
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG09ac97ce3503: [Bazel] Update for 0813700de1 (authored by GMNGeoffrey).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104990/new/
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.354750.patch
Type: text/x-patch
Size: 1058 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210627/1872ec9e/attachment.bin>
    
    
More information about the llvm-commits
mailing list