This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Cleanup export of python extensions
AbandonedPublic

Authored by stephenneuendorffer on Oct 14 2021, 12:09 PM.

Details

Reviewers
stellaraccident
Summary

This mostly fixes the operation of the standalone example.
There is still a small issue with mlir-tablegen, which does not
create parent directories of its output file. This can cause
the check-mlir-examples-standalone target to fail from a clean build.

Diff Detail