[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
================
@@ -1622,6 +1622,20 @@ struct SymbolDependenceAnalysis {
analyze(symbol);
finalize();
}
+ /// Analyze the dependencies of a set of module variables that are host
+ /// associated (or use associated in host module scopes).
+ SymbolDependenceAnalysis(
----------------
eugeneepshteyn wrote:
Should it be `explicit` ?
https://github.com/llvm/llvm-project/pull/193689
More information about the flang-commits
mailing list