[mlir] Fix Bazel for 5e83a5b4752da6631d79c446f21e5d128b5c5495
authorAlex Zinenko <zinenko@google.com>
Mon, 18 Jul 2022 13:35:23 +0000 (15:35 +0200)
committerAlex Zinenko <zinenko@google.com>
Mon, 18 Jul 2022 13:35:23 +0000 (15:35 +0200)
Export the __init__.py from _mlir_libs.

utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel

index abf1662..a630c65 100644 (file)
@@ -56,6 +56,13 @@ filegroup(
 )
 
 filegroup(
+    name = "MlirLibsPyFiles",
+    srcs = [
+        "mlir/_mlir_libs/__init__.py",
+    ],
+)
+
+filegroup(
     name = "PassManagerPyFiles",
     srcs = [
         "mlir/passmanager.py",