This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix bug with IMPORT of USE of USE
ClosedPublic

Authored by tskeith on May 11 2020, 12:12 PM.

Details

Summary

When a module contained an import of a use-association of a
use-association, we weren't recognizing that the symbols was needed.
The fix is the follow all of the use-associations using GetUltimate().

Diff Detail

Event Timeline

tskeith created this revision.May 11 2020, 12:12 PM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.May 11 2020, 12:15 PM
This revision was automatically updated to reflect the committed changes.