[PATCH] D135105: [mlir] fix bazel build breakage
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 14:34:22 PDT 2022
aartbik created this revision.
Herald added subscribers: zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, bixia.
Herald added a project: All.
aartbik 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/D135105
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
@@ -9543,7 +9543,10 @@
cc_library(
name = "MlirReduceLib",
srcs = ["lib/Tools/mlir-reduce/MlirReduceMain.cpp"],
- hdrs = ["include/mlir/Tools/mlir-reduce/MlirReduceMain.h"],
+ hdrs = [
+ "include/mlir/Tools/mlir-reduce/MlirReduceMain.h",
+ "include/mlir/Tools/ParseUtilties.h",
+ ],
includes = ["include"],
deps = [
":IR",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135105.464819.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221003/adbbf3f3/attachment.bin>
More information about the llvm-commits
mailing list