aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorLeandro Lupori <leandro.lupori@linaro.org>2023-02-24 11:57:50 +0000
committerLeandro Lupori <leandro.lupori@linaro.org>2023-03-06 11:33:43 -0300
commit66ec32633207885abc717b271cfb7730674d380e (patch)
tree9769490029a8913c1b835b7030f507c5a5fb3b41 /lldb/source/Plugins/ScriptInterpreter/Python
parent748a820d97dd6aecce9fc1416182dd22258cc489 (diff)
downloadllvm-66ec32633207885abc717b271cfb7730674d380e.zip
llvm-66ec32633207885abc717b271cfb7730674d380e.tar.gz
llvm-66ec32633207885abc717b271cfb7730674d380e.tar.bz2
[flang] Fix lowering of optional char proc args
Optional character function arguments were not being lowered properly. As they are passed as a tuple, containing the (boxed) function address and the character length, it is not possible for fir.absent to handle it directly. Instead, a tuple needs to be created and filled with an absent function address and a dummy character length. Fixes #60225 Reviewed By: jeanPerier Differential Revision: https://reviews.llvm.org/D144743
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions