Skip to content

Commit d5093aa

Browse files
authored
[mlir][bazel] drop unnecessary rule
#75960 added a bazel rule for generating enums for the async dialects, but there are no enums defined, and no cmake rule for that. Delete this rule.
1 parent a22ffe5 commit d5093aa

File tree

1 file changed

+0
-7
lines changed
  • utils/bazel/llvm-project-overlay/mlir/python

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -338,13 +338,6 @@ filegroup(
338338
gentbl_filegroup(
339339
name = "AsyncOpsPyGen",
340340
tbl_outs = [
341-
(
342-
[
343-
"-gen-python-enum-bindings",
344-
"-bind-dialect=async",
345-
],
346-
"mlir/dialects/_async_enum_gen.py",
347-
),
348341
(
349342
[
350343
"-gen-python-op-bindings",

0 commit comments

Comments
 (0)