]> granicus.if.org Git - clang/commit
Fix passing structs and AVX vectors through sysv_abi
authorReid Kleckner <rnk@google.com>
Thu, 20 Jun 2019 20:07:20 +0000 (20:07 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 20 Jun 2019 20:07:20 +0000 (20:07 +0000)
commit93cbceefee3cb671a1d5acbde8685d8f91240bb7
tree02801dad8cb759ec8c2c95705b08bbf1a0a1b15f
parent913a74de66db886e6a276d0644625e46cb549231
Fix passing structs and AVX vectors through sysv_abi

Do this the same way we did it for ms_abi in r324594.

Fixes PR36806.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363973 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/sysv_abi.c [new file with mode: 0644]