diff options
author | jeanPerier <jperier@nvidia.com> | 2023-10-23 08:54:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 08:54:42 +0200 |
commit | ab261eb38a6efaf3f3290400f9f60312aaffff0a (patch) | |
tree | b5bca9cb31f68161764556ea3df11fcb790e70f8 /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
parent | 5c3ed392fcda40df20d3def7a378397048bc6fa5 (diff) | |
download | llvm-ab261eb38a6efaf3f3290400f9f60312aaffff0a.zip llvm-ab261eb38a6efaf3f3290400f9f60312aaffff0a.tar.gz llvm-ab261eb38a6efaf3f3290400f9f60312aaffff0a.tar.bz2 |
[flang] Do not stop on mismatched DATA substring length (#69336)
https://reviews.llvm.org/D143819 turned mismatched DATA substring from a
crash into a warning. However, the resulting DATA was incorrect when
there were subsequent DATA values after the mismatch because the DATA to
init conversion stopped. This change let the DATA to init continue.
I added a LengthMismatch tag instead of using SizeMismatch because the
other situation where SizeMismatch is returned seem like bug situations
to me (the DATA value is dropped and the offset is not advanced), so I
did not want to continue DATA processing in these cases.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions