[PATCH] D135105: [mlir] fix bazel build breakage
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 14:39:37 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfdadb5c14696: [mlir] fix bazel build breakage (authored by aartbik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135105/new/
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.464823.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221003/6ee41597/attachment.bin>
More information about the llvm-commits
mailing list