[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
Sat Oct 31 12:15:36 PDT 2020
sameeranjoshi created this revision.
sameeranjoshi added reviewers: kiranchandramohan, clementval, kiranktp, yhegde, praveen, SouraVX.
Herald added subscribers: guansong, yaxunl.
Herald added a project: LLVM.
sameeranjoshi requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
The initial approach was to go with changing parser nodes from `std::list<parser::Name>` to `OmpObjectList`, but that might have lead to illegal programs.
Resolving the symbols inside `OmpAttributeVisitor`.
Fix a couple of `XFAIL` tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90538
Files:
flang/include/flang/Semantics/symbol.h
flang/lib/Semantics/resolve-directives.cpp
flang/test/Semantics/omp-clause-validity01.f90
flang/test/Semantics/omp-do03.f90
flang/test/Semantics/omp-loop-simd01.f90
flang/test/Semantics/omp-simd02.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90538.302108.patch
Type: text/x-patch
Size: 6553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201031/9dfbfc52/attachment.bin>
More information about the llvm-commits
mailing list