[PATCH] D112844: Add a Bazel build file for mlir/python.
Peter Hawkins via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 29 13:16:09 PDT 2021
phawkins created this revision.
phawkins added a reviewer: GMNGeoffrey.
Herald added subscribers: wenzhicui, wrengr, Chia-hungDuan, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
phawkins requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
This BUILD file:
- generates machine-generated Python files using tblgen, and
- exports both generated and handwritten Python files via filegroup() rules.
This allows downstream users to use Bazel to build Python wheels that incorporate the MLIR Python bindings.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112844
Files:
utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112844.383480.patch
Type: text/x-patch
Size: 14242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211029/f8fe4ae4/attachment.bin>
More information about the llvm-commits
mailing list