[PATCH] D151242: [MLIR] Update Bazel build to remove references to PybindUtils.cpp
Eugene Burmako via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 12:22:24 PDT 2023
burmako created this revision.
Herald added subscribers: bviyer, Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a project: All.
burmako requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
This file has been removed in https://reviews.llvm.org/D151167.
Repository:
rG LLVM Github Monorepo
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.524841.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230523/6e102e69/attachment.bin>
More information about the llvm-commits
mailing list