This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix module file issue with renamed shadowed specific procedures
ClosedPublic

Authored by klausler on Aug 25 2022, 10:56 AM.

Details

Summary

A specific procedure in the list of specific procedures associated with
a generic interface needs to be a symbol that is not inadvertently
resolved to its ultimate symbol in another module when it is also
shadowed by a generic interface of the same name.

Diff Detail

Event Timeline

klausler created this revision.Aug 25 2022, 10:56 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 25 2022, 10:56 AM
jeanPerier accepted this revision.Aug 25 2022, 2:32 PM
This revision is now accepted and ready to land.Aug 25 2022, 2:32 PM