This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow global scope names that clash with intrinsic modules
ClosedPublic

Authored by klausler on May 21 2022, 10:06 PM.

Details

Summary

Intrinsic module names are not in the user's namespace, so they
are free to declare global names that conflict with intrinsic
modules.

Diff Detail

Event Timeline

klausler created this revision.May 21 2022, 10:06 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 21 2022, 10:06 PM
vdonaldson accepted this revision.May 23 2022, 9:13 AM
This revision is now accepted and ready to land.May 23 2022, 9:13 AM