[PATCH] D144122: [Bazel] Port 78e172fc92e74be3347409e4a67432c97f071818

Pranav Kant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 10:34:12 PST 2023


pranavk updated this revision to Diff 497740.
pranavk added a comment.

[Bazel] Port 78e172fc92e74be3347409e4a67432c97f071818 <https://reviews.llvm.org/rG78e172fc92e74be3347409e4a67432c97f071818>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144122

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
@@ -9850,6 +9850,7 @@
         ],
     ),
     hdrs = [
+        "include/mlir/Dialect/Arith/IR/Arith.h",
         "include/mlir/Dialect/MemRef/IR/MemRef.h",
         "include/mlir/Dialect/MemRef/Utils/MemRefUtils.h",
     ],


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144122.497740.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230215/3294d0ea/attachment.bin>


More information about the llvm-commits mailing list