[flang-commits] [PATCH] D91209: [flang] Fix CheckSpecificationExpr handling of associated names
Andrzej Warzynski via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Nov 11 09:36:41 PST 2020
awarzynski added a comment.
I think that the root cause of the build failure is the circular dependency: `FortranSemantics <-> FortranEvaluate <-> FortranSemantics`. Adding `inline` to `IsModule` and `IsSubmodule` fixes this particular build issue, but not the circular dependency.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91209/new/
https://reviews.llvm.org/D91209
More information about the flang-commits
mailing list