]> granicus.if.org Git - clang/commit
Add a test case for r156143, which enabled general varargs support for the
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Thu, 4 Oct 2012 20:18:38 +0000 (20:18 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Thu, 4 Oct 2012 20:18:38 +0000 (20:18 +0000)
commit61e404e36c914476938db67d873a0df32c6c3a9c
tree8681047432552966f624dd3e58125423b45deb4a
parente20e508aecf413f84b0dc4928cbf4bb5ce6c5bdc
Add a test case for r156143, which enabled general varargs support for the
64-bit PPC SVR4 ABI.

The test verifies passing of structures, items with 16-byte alignment, and
small items that are passed right-justified in the parameter save area slot.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165245 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ppc64-varargs-struct.c [new file with mode: 0644]