[flang-commits] [flang] [flang] only instantiate required symbols from parent modules (PR #193689)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Thu Apr 23 07:28:47 PDT 2026
================
@@ -2131,6 +2145,61 @@ lower::pft::getDependentVariableList(const semantics::Symbol &symbol) {
return sda.getVariableList();
}
+static bool
+isGenericHiddingProcedurePointer(const Fortran::semantics::Symbol &sym) {
----------------
eugeneepshteyn wrote:
"hiding" (one "d")
https://github.com/llvm/llvm-project/pull/193689
More information about the flang-commits
mailing list