| commit | 7160857da377e50d42b7d892844428c78338c696 | [log] [tgz] |
|---|---|---|
| author | James Y Knight <jyknight@google.com> | Fri Aug 21 18:19:06 2015 +0000 |
| committer | James Y Knight <jyknight@google.com> | Fri Aug 21 18:19:06 2015 +0000 |
| tree | a9f77aaa231eb3e173ae96e05b9c708eba858a64 | |
| parent | 1e3dc527ea6d548bd776896d6fe73a91754d762e [diff] |
Properly provide alignment of 'byval' arguments down to llvm. This is important in the case that the LLVM-inferred llvm-struct alignment is not the same as the clang-known C-struct alignment. Differential Revision: http://reviews.llvm.org/D12243 llvm-svn: 245719