[all-commits] [llvm/llvm-project] 2f7a41: [Flang][OpenMP] Fix 'Internal: no symbol found' fo...

sameeranjoshi via All-commits all-commits at lists.llvm.org
Tue Nov 10 09:17:57 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f7a41b2a70c45eff8a1f064174be0d1af9f8afa
      https://github.com/llvm/llvm-project/commit/2f7a41b2a70c45eff8a1f064174be0d1af9f8afa
  Author: sameeran joshi <sameeranjayant.joshi at amd.com>
  Date:   2020-11-10 (Tue, 10 Nov 2020)

  Changed paths:
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/test/Semantics/omp-clause-validity01.f90
    M flang/test/Semantics/omp-declarative-directive.f90
    M flang/test/Semantics/omp-do03.f90
    M flang/test/Semantics/omp-loop-simd01.f90
    M flang/test/Semantics/omp-simd02.f90

  Log Message:
  -----------
  [Flang][OpenMP] Fix 'Internal: no symbol found' for OpenMP aligned and linear clause.

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.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D90538




More information about the All-commits mailing list