[MLIR] Update Bazel build to remove references to PybindUtils.cpp

This file has been removed in https://reviews.llvm.org/D151167.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D151242
This commit is contained in:
Eugene Burmako 2023-05-23 12:34:12 -07:00 committed by Aart Bik
parent 299f0ff60e
commit 4edaacf04b

View File

@ -745,7 +745,6 @@ MLIR_PYTHON_BINDINGS_SOURCES = [
"lib/Bindings/Python/IRModule.cpp",
"lib/Bindings/Python/IRTypes.cpp",
"lib/Bindings/Python/Pass.cpp",
"lib/Bindings/Python/PybindUtils.cpp",
]
cc_library(