This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Add install target for MLIR Python sources.
ClosedPublic

Authored by JackW on Jul 15 2023, 2:44 AM.

Diff Detail

Event Timeline

JackW created this revision.Jul 15 2023, 2:44 AM
Herald added a project: Restricted Project. · View Herald Transcript
JackW requested review of this revision.Jul 15 2023, 2:44 AM
JackW added a comment.Jul 15 2023, 2:51 AM

Motivating use case of this commit is https://github.com/openxla/iree/pull/14411. Projects which take an installation dependency on MLIR sometimes need to have access to the source of the Python bindings to build against them. However, before, there was no way of installing these bindings.

stellaraccident accepted this revision.Jul 17 2023, 12:17 PM

Thank you for catching/fixing this! Do you need help landing?

This revision is now accepted and ready to land.Jul 17 2023, 12:17 PM
JackW added a comment.Jul 17 2023, 1:58 PM

Thank you for catching/fixing this! Do you need help landing?

Yes. Thank you.