[all-commits] [llvm/llvm-project] 4b7428: [flang] Don't propagate PRIVATE into submodule mod...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sun Dec 4 17:00:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b7428e1516e073bf7ae8044519c5327b356e268
https://github.com/llvm/llvm-project/commit/4b7428e1516e073bf7ae8044519c5327b356e268
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/mod-file.h
Log Message:
-----------
[flang] Don't propagate PRIVATE into submodule module files
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.
Differential Revision: https://reviews.llvm.org/D139160
More information about the All-commits
mailing list