[all-commits] [llvm/llvm-project] a749b3: [flang][openacc] Support readonly modifier for dec...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Aug 7 09:53:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a749b32a11055aa680db7cdcb68687345132abe5
      https://github.com/llvm/llvm-project/commit/a749b32a11055aa680db7cdcb68687345132abe5
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    M flang/test/Semantics/OpenACC/acc-module.f90

  Log Message:
  -----------
  [flang][openacc] Support readonly modifier for declare copyin in module file

Distinguish between copyin and copyin with the readonly modifier.

Depends on D157121

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list