[all-commits] [llvm/llvm-project] 8227f2: [flang] Fix Cray pointers in module file output (#...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Mar 10 13:21:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8227f2a35aef0abebf0e2914795b668845a90169
https://github.com/llvm/llvm-project/commit/8227f2a35aef0abebf0e2914795b668845a90169
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M flang/lib/Semantics/mod-file.cpp
A flang/test/Semantics/modfile74.f90
Log Message:
-----------
[flang] Fix Cray pointers in module file output (#130315)
The relationship between a Cray pointee and its pointer is not in the
symbol table entry, but instead in a per-scope map. Use this information
to ensure that if a pointee/pointer is needed in the module file, so is
its pointer/pointee.
Fixes https://github.com/llvm/llvm-project/issues/130270.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list