aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2022-03-24 12:41:34 +0100
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2022-04-26 17:16:14 +0200
commit9b38e2efa0f0c819ec696d13731ac1ce08f81930 (patch)
treebe24a9aaaf166b509773e068d0c2196f9f72804f /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
parentf9d56572174a83008cbaa4c92f2b34a1c88d348f (diff)
downloadllvm-9b38e2efa0f0c819ec696d13731ac1ce08f81930.zip
llvm-9b38e2efa0f0c819ec696d13731ac1ce08f81930.tar.gz
llvm-9b38e2efa0f0c819ec696d13731ac1ce08f81930.tar.bz2
[SystemZ] Fix C++ ABI for passing args of structs containing zero width bitfield.
A struct like { float a; int :0; } should per the SystemZ ABI be passed in a GPR, but to match a bug in GCC it has been passed in an FPR (see 759449c). GCC has now corrected the C++ ABI for this case, and this patch for clang follows suit. Reviewed By: Ulrich Weigand Differential Revision: https://reviews.llvm.org/D122388
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions