[PATCH] D121094: [MLIR] Fix bazel BUILD file after Parser.h moved.
Christian Sigg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 02:21:45 PST 2022
csigg created this revision.
csigg added a reviewer: tpopp.
Herald added subscribers: sdasgup3, wenzhicui, wrengr, Chia-hungDuan, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, sanjoy.google.
Herald added a project: All.
csigg requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
See D121024 <https://reviews.llvm.org/D121024>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121094
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
@@ -3064,9 +3064,7 @@
]),
hdrs = glob([
"include/mlir/Parser/*.h",
- ]) + [
- "include/mlir/Parser.h",
- ],
+ ]),
includes = ["include"],
deps = [
":IR",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121094.413393.patch
Type: text/x-patch
Size: 441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220307/ca024b6e/attachment.bin>
More information about the llvm-commits
mailing list