diff options
| author | Peter Steinfeld <psteinfeld@nvidia.com> | 2023-02-24 14:40:20 -0800 |
|---|---|---|
| committer | Peter Steinfeld <psteinfeld@nvidia.com> | 2023-02-28 07:50:09 -0800 |
| commit | 5193d19fb4ff5c26f7b7b3f7dc2aa2a2c816f1d3 (patch) | |
| tree | 82dfe2d35d9b2ede444eac7b4342be9d30b818fc /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 96d035c1dcd795e3da76ef17796101006269f9c7 (diff) | |
[Flang] Fix ALLOCATE with MOLD for scalars
When we allocate a variable using a MOLD argument, the function that
applies the type of the MOLD argument first checks to see if the
variable is already allocated by looking at its descriptor. But in the
case of allocating a scalar, the descriptor was not yet been created and
the associated memory is uninitialized. This change fixes that.
Differential Revision: https://reviews.llvm.org/D144761
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
