This is an archive of the discontinued LLVM Phabricator instance.

[flang] Don't propagate PRIVATE into submodule module files
ClosedPublic

Authored by klausler on Dec 1 2022, 5:21 PM.

Details

Summary

Module files for submodules should not contain PRIVATE attributes,
since everything in them is local to the parent module and
accessible to all descendant submodules.

Diff Detail

Event Timeline

klausler created this revision.Dec 1 2022, 5:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 5:21 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Dec 1 2022, 5:21 PM
vdonaldson accepted this revision.Dec 1 2022, 8:01 PM
This revision is now accepted and ready to land.Dec 1 2022, 8:01 PM