[PATCH] D90538: [Flang][OpenMP] Fix 'Internal: no symbol found' for OpenMP aligned and linear clause.

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 05:44:05 PST 2020


sameeranjoshi marked an inline comment as done.
sameeranjoshi added a comment.

Thank you for detailed information.
I missed a test which I realized when I was trying to rebase on master.
https://github.com/llvm/llvm-project/blob/f1a96de1bc8db527b5eb820c36c17e275900ca2b/flang/test/Semantics/omp-declarative-directive.f90#L14

I debugged to find that the aligned node is not visited for the above test, is `!$omp declare ` missing here to visit ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90538/new/

https://reviews.llvm.org/D90538



More information about the llvm-commits mailing list