[Lldb-commits] [PATCH] D11416: Improve SysV ABI for ARM to handle return values with vector return type
Tamas Berghammer
tberghammer at google.com
Wed Jul 22 07:34:05 PDT 2015
tberghammer created this revision.
tberghammer added reviewers: labath, omjavaid.
tberghammer added a subscriber: lldb-commits.
Herald added subscribers: rengolin, aemerson.
Improve SysV ABI for ARM to handle return values with vector return type
This is required to print out the rerun value of functions returning types with the following attributes:
__attribute__((__vector_size__(8)));
__attribute__((ext_vector_type(2)));
http://reviews.llvm.org/D11416
Files:
source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
test/functionalities/return-value/TestReturnValue.py
test/functionalities/return-value/call-func.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11416.30353.patch
Type: text/x-patch
Size: 6958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150722/087c0169/attachment.bin>
More information about the lldb-commits
mailing list