[PATCH] D113565: Split headers from implementations in MLIR C API Bazel build.

Peter Hawkins via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 06:15:37 PST 2021


phawkins created this revision.
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 allows clients to build, e.g., the Python bindings against the C API headers, without including the C API implementations. This is useful when distributing software as multiple shared libraries.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113565

Files:
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113565.386136.patch
Type: text/x-patch
Size: 10093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211110/70bc3937/attachment.bin>


More information about the llvm-commits mailing list