[flang-commits] [PATCH] D90538: [Flang][OpenMP] Fix 'Internal: no symbol found' for OpenMP aligned and linear clause.
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Nov 4 07:19:14 PST 2020
clementval added a comment.
> I debugged to find that the aligned node is not visited for the above test, is `!$omp declare ` missing here to visit ?
Looks like declarative construct are visited from here in the OpenMP name resolution:
https://github.com/llvm/llvm-project/blob/f1a96de1bc8db527b5eb820c36c17e275900ca2b/flang/lib/Semantics/resolve-directives.cpp#L225
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90538/new/
https://reviews.llvm.org/D90538
More information about the flang-commits
mailing list