[all-commits] [llvm/llvm-project] eeba03: [flang][openacc] Resolve symbol in device, host an...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed Jun 28 09:08:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eeba037e0bb6bf0686eca73f4b4cf5eaf573499b
      https://github.com/llvm/llvm-project/commit/eeba037e0bb6bf0686eca73f4b4cf5eaf573499b
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/test/Semantics/OpenACC/acc-parallel-loop-validity.f90
    A flang/test/Semantics/OpenACC/acc-resolve04.f90
    M flang/test/Semantics/OpenACC/acc-update-validity.f90

  Log Message:
  -----------
  [flang][openacc] Resolve symbol in device, host and self clause

Some symbols were not resolved in the device, host and self clause
resulting in an `Internal: no symbol found` error.

This patch adds symbol resolution for these clauses.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list