Files
clang-p2996/flang/lib/Semantics/mod-file.cpp
Peter Klausler 8227f2a35a [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.
2025-03-10 13:20:52 -07:00

61 KiB