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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139160
[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,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 1 2022, 8:01 PM Closed by commit rG4b7428e1516e: [flang] Don't propagate PRIVATE into submodule module files (authored by klausler). · Explain WhyDec 4 2022, 5:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479953 flang/lib/Semantics/mod-file.h
flang/lib/Semantics/mod-file.cpp
|