[PATCH] D121764: Updated mlir-tablegen dependencies for f96a8675cd29776ca39bb76133ee9167f5001f17

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 20:01:18 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG103f23d63d36: Updated mlir-tablegen dependencies for f96a8675cd29776ca39bb76133ee9167f5001f17 (authored by saugustine).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121764/new/

https://reviews.llvm.org/D121764

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
@@ -4023,6 +4023,7 @@
     srcs = ["include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td"],
     includes = ["include"],
     deps = [
+        ":FunctionInterfacesTdFiles",
         ":OpBaseTdFiles",
         ":PDLDialectTdFiles",
         ":SideEffectInterfacesTdFiles",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121764.415679.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220316/1773d2a7/attachment.bin>


More information about the llvm-commits mailing list