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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to