This is an archive of the discontinued LLVM Phabricator instance.

[lit] Avoid global imports in module declaration
ClosedPublic

Authored by yln on Mar 27 2020, 10:52 AM.

Details

Summary

A previous attempt to cleanup module imports broke installing via
pip/setup.py [1]. This should be fixed now.

[1] cf252240e8819d0c90a5e10f773078bdeba33e44

Diff Detail

Event Timeline

yln created this revision.Mar 27 2020, 10:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2020, 10:52 AM
yln retitled this revision from [lir] Avoid global imports in module declaration to [lit] Avoid global imports in module declaration.Mar 27 2020, 10:52 AM
yln edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 27 2020, 11:23 AM
This revision was automatically updated to reflect the committed changes.