[PATCH] D123558: Fixing BUILD dependency on the DialectBase.

Roman Dzhabarov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 18:23:56 PDT 2022


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 rGe4c4d0d29899: Fixing BUILD dependency on the DialectBase. (authored by rdzhabarov).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123558

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
@@ -952,6 +952,7 @@
     name = "OpBaseTdFiles",
     srcs = [
         "include/mlir/IR/AttrTypeBase.td",
+        "include/mlir/IR/DialectBase.td",
         "include/mlir/IR/EnumAttr.td",
         "include/mlir/IR/OpAsmInterface.td",
         "include/mlir/IR/OpBase.td",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123558.422091.patch
Type: text/x-patch
Size: 507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220412/5ab37687/attachment.bin>


More information about the llvm-commits mailing list