[PATCH] D106311: [mlir] Fix bazel build
Thomas Raoux via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 14:06:55 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG73f1d6edc069: [mlir] Fix bazel build (authored by ThomasRaoux).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106311/new/
https://reviews.llvm.org/D106311
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -428,6 +428,7 @@
"//mlir:IR",
"//mlir:Pass",
"//mlir:SCFDialect",
+ "//mlir:SCFTransforms",
"//mlir:TransformUtils",
],
)
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
@@ -1459,6 +1459,7 @@
":SCFDialect",
":SCFPassIncGen",
":StandardOps",
+ ":Support",
":Transforms",
"//llvm:Support",
],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106311.359911.patch
Type: text/x-patch
Size: 833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210719/2118b1ad/attachment.bin>
More information about the llvm-commits
mailing list