Files
clang-p2996/flang/lib/Semantics/mod-file.cpp
Peter Klausler 9c25ca78f9 [flang] Don't generate module file for hermetic USE'd dependency (#144143)
It's possible for the module file generation code to think that it needs
to (re)generate a module file for a dependent module read from a
hermetic module file, if it defines contains a procedure imported via
renaming due to a name clash. Adjust the logic that determines whether a
module file should be written to include a check for having originated
in a module file.
2025-06-16 14:36:13 -07:00

63 KiB