This is an archive of the discontinued LLVM Phabricator instance.

[flang] Check for conflicting BIND(C) names
ClosedPublic

Authored by klausler on Apr 7 2021, 1:25 PM.

Details

Summary

Check for two or more symbols that define a data object or entry point
with the same interoperable BIND(C) name.

Diff Detail

Event Timeline

klausler created this revision.Apr 7 2021, 1:25 PM
klausler requested review of this revision.Apr 7 2021, 1:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2021, 1:25 PM
This revision is now accepted and ready to land.Apr 8 2021, 12:38 AM
This revision was automatically updated to reflect the committed changes.