[all-commits] [llvm/llvm-project] 22209a: [flang][openacc] Keep routine information in the m...

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


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

  Changed paths:
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/lib/Lower/OpenACC.cpp
    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] Keep routine information in the module file

This patch propagates the acc routine information
to the module file so they can be used by the caller.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list