This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix GetHostProcedure() for main program
ClosedPublic

Authored by klausler on Sep 3 2021, 3:10 PM.

Details

Summary

It only worked for internal procedures of subprograms,
but must also allow for internal procedures of the
main program. This broke the use of host-associated
implicitly-typed symbols in specification expressions
of internal procedures.

Diff Detail

Event Timeline

klausler created this revision.Sep 3 2021, 3:10 PM
klausler requested review of this revision.Sep 3 2021, 3:10 PM
PeteSteinfeld accepted this revision.Sep 4 2021, 2:37 PM

Thanks for the fast action.

All builds, tests, and looks good.

This revision is now accepted and ready to land.Sep 4 2021, 2:37 PM
This revision was landed with ongoing or failed builds.Sep 7 2021, 9:15 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2021, 9:15 AM