[PATCH] D151242: [MLIR] Update Bazel build to remove references to PybindUtils.cpp
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 12:40:40 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4edaacf04baa: [MLIR] Update Bazel build to remove references to PybindUtils.cpp (authored by burmako, committed by aartbik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151242/new/
https://reviews.llvm.org/D151242
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -745,7 +745,6 @@
"lib/Bindings/Python/IRModule.cpp",
"lib/Bindings/Python/IRTypes.cpp",
"lib/Bindings/Python/Pass.cpp",
- "lib/Bindings/Python/PybindUtils.cpp",
]
cc_library(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151242.524848.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230523/d52ae6c0/attachment.bin>
More information about the llvm-commits
mailing list