[PATCH] D117127: [mlir] Update BUILD rule for MathDialect.
Chia-hung Duan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 12 10:12:47 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc025fd8b0b79: [mlir] Update BUILD rule for MathDialect. (authored by Chia-hungDuan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117127/new/
https://reviews.llvm.org/D117127
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
@@ -7521,6 +7521,7 @@
],
includes = ["include"],
deps = [
+ ":ArithmeticDialect",
":IR",
":MathBaseIncGen",
":MathOpsIncGen",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117127.399367.patch
Type: text/x-patch
Size: 408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/377fdd38/attachment.bin>
More information about the llvm-commits
mailing list