[Lldb-commits] [PATCH] D16975: Handle floating-point type homogeneous aggregate return values in ABISysV_arm
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 11 03:37:06 PST 2016
omjavaid added inline comments.
================
Comment at: source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp:658
@@ -582,2 +657,3 @@
+
if (byte_size <= 4)
{
----------------
Homogenous types with elements more than 4 will fall through and will be handled by this even in case of hardfloat ABI so we cannot make it an elseif here.
http://reviews.llvm.org/D16975
More information about the lldb-commits
mailing list