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)
commita7b7f7256e32ad1a13159701f2de90179a2f8dca
tree302c5c3b16bb05876bae59b3a0138f06beda1be0
parentf3b796ed81986a09ce471a1fff797442b7801a10
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.

llvm-svn: 165245
clang/test/CodeGen/ppc64-varargs-struct.c [new file with mode: 0644]