[all-commits] [llvm/llvm-project] 18278f: [flang] Fix accessibility of USEd name in .mod file

Tim Keith via All-commits all-commits at lists.llvm.org
Wed Jan 13 12:57:18 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 18278ff1aac47d9bffa0231c74277ffc89def13e
      https://github.com/llvm/llvm-project/commit/18278ff1aac47d9bffa0231c74277ffc89def13e
  Author: Tim Keith <tkeith at nvidia.com>
  Date:   2021-01-13 (Wed, 13 Jan 2021)

  Changed paths:
    M flang/lib/Semantics/mod-file.cpp
    M flang/test/Semantics/modfile03.f90

  Log Message:
  -----------
  [flang] Fix accessibility of USEd name in .mod file

If a module specifies default private accessibility, names that have
been use-associated are private by default. This was not reflected in
.mod files.

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




More information about the All-commits mailing list