[PATCH] D140589: [bazel] fix bazel file.

Peiming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 15:09:37 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG34efb3c47cff: [bazel] fix bazel file. (authored by Peiming).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140589/new/

https://reviews.llvm.org/D140589

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
@@ -2256,6 +2256,7 @@
         ":FuncDialect",
         ":FuncTransforms",
         ":IR",
+        ":LLVMCommonConversion",
         ":LLVMDialect",
         ":LinalgDialect",
         ":LinalgTransforms",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140589.484976.patch
Type: text/x-patch
Size: 440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/b183f8fc/attachment.bin>


More information about the llvm-commits mailing list