[all-commits] [llvm/llvm-project] 9598fe: [MLIR] Update Bazel build to finish moving PDL-rel...
Eugene Burmako via All-commits
all-commits at lists.llvm.org
Wed May 24 13:04:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9598fe54e216d78da017f804382e9971918fff2d
https://github.com/llvm/llvm-project/commit/9598fe54e216d78da017f804382e9971918fff2d
Author: Eugene Burmako <burmako at google.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
Log Message:
-----------
[MLIR] Update Bazel build to finish moving PDL-related transform ops into an extension
https://reviews.llvm.org/D151104 moved PDL-related transform ops into an extension and updated the Bazel build, but one tiny thing fell through the cracks - TransformOpsPyFiles also needs to include the newly introduced `mlir/python/mlir/dialects/_transform_pdl_extension_ops_ext.py`.
Reviewed By: saugustine, bkramer
Differential Revision: https://reviews.llvm.org/D151368
More information about the All-commits
mailing list