diff options
author | Mats Petersson <mats.petersson@arm.com> | 2023-05-04 18:45:44 +0100 |
---|---|---|
committer | Mats Petersson <mats.petersson@arm.com> | 2023-05-05 17:37:41 +0100 |
commit | 43cf32a1c021ab095426320a2e3c4abb5544e0ad (patch) | |
tree | 0abe3e5dc70e1c133c80c5aec9f154ec01993ba3 /lldb/source/Commands/CommandObjectSource.cpp | |
parent | 6e7840dd42d1c0a23f69bcfcda457f086ed35743 (diff) | |
download | llvm-43cf32a1c021ab095426320a2e3c4abb5544e0ad.zip llvm-43cf32a1c021ab095426320a2e3c4abb5544e0ad.tar.gz llvm-43cf32a1c021ab095426320a2e3c4abb5544e0ad.tar.bz2 |
[flang]Zero Initialize simple types
Instead of filling uninitialized global variables with "undef",
initialize them with 0. Only for Integer, Float or Logical type
variables. Complex, user defined data structures, arrays, etc
are not supported at this point.
This patch fixes the main problem of
https://github.com/llvm/llvm-project/issues/62432
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D149877
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions