Skip to content

Commit 306bd23

Browse files
authored
[MLIR][bazel] Fix build files for 681eacc… (#75615)
…7dca9
1 parent 48e96e9 commit 306bd23

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,11 @@ filegroup(
14491449
srcs = glob(["mlir/dialects/transform/*.py"]),
14501450
)
14511451

1452+
filegroup(
1453+
name = "TransformExtrasPackagePyFiles",
1454+
srcs = glob(["mlir/extras/dialects/transform/*.py"]),
1455+
)
1456+
14521457
##---------------------------------------------------------------------------##
14531458
# Vector dialect.
14541459
##---------------------------------------------------------------------------##

0 commit comments

Comments
 (0)