[PATCH] D144122: [Bazel] Port 78e172f
Pranav Kant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 10:28:22 PST 2023
pranavk created this revision.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, thopre.
Herald added a project: All.
pranavk requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
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.497737.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230215/93e31b7c/attachment.bin>
More information about the llvm-commits
mailing list