[all-commits] [llvm/llvm-project] bb7e31: [flang] Don't repeat module procedure interface fr...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sat Dec 3 13:39:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb7e31bccf4a26fc29809370fbbf5079f79584b3
https://github.com/llvm/llvm-project/commit/bb7e31bccf4a26fc29809370fbbf5079f79584b3
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-12-03 (Sat, 03 Dec 2022)
Changed paths:
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-names.cpp
Log Message:
-----------
[flang] Don't repeat module procedure interface from ancestor in *.mod file
When a submodule defines a module procedure whose interface was declared
in an ancestor (sub)module, don't repeat the definition of that interface
in the submodule's *.mod file output.
Differential Revision: https://reviews.llvm.org/D139132
More information about the All-commits
mailing list