This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Make a number of imports relative.
ClosedPublic

Authored by stellaraccident on Aug 5 2021, 9:10 PM.

Details

Summary

Avoiding absolute imports allows the code to be relocatable (which is used for out of tree integrations).

Diff Detail

Event Timeline

stellaraccident created this revision.Aug 5 2021, 9:10 PM
stellaraccident requested review of this revision.Aug 5 2021, 9:10 PM
gysit accepted this revision.Aug 5 2021, 11:34 PM

Thanks for fixing!

This revision is now accepted and ready to land.Aug 5 2021, 11:34 PM
This revision was automatically updated to reflect the committed changes.