[PATCH] D151618: [mlir][bazel] Port for 660f714, third attempt
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 27 13:26:27 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG421a7f814fb1: [mlir][bazel] Port for 660f714, third attempt (authored by burmako, committed by aartbik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151618/new/
https://reviews.llvm.org/D151618
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
@@ -4039,6 +4039,7 @@
":BytecodeOpInterfaceIncGen",
":IR",
":Support",
+ "//llvm:CodeGen",
"//llvm:Support",
],
)
@@ -6835,6 +6836,7 @@
":BytecodeOpInterfaceIncGen",
":IR",
":Support",
+ "//llvm:CodeGen",
"//llvm:Support",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151618.526288.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230527/8994a02a/attachment.bin>
More information about the llvm-commits
mailing list