commit | de07acb9a53066cb9c2a3e4bc4edd7be06db17d1 | [log] [tgz] |
---|---|---|
author | Alex Lorenz <arphaman@gmail.com> | Wed Jan 31 21:59:02 2018 +0000 |
committer | Alex Lorenz <arphaman@gmail.com> | Wed Jan 31 21:59:02 2018 +0000 |
tree | 8757b8eb6c7648c12fe2234022062aba529f8c36 | |
parent | a75677c2b7d63475d235b684e4bd52955439892e [diff] |
[PR32482] Fix bitfield layout for -mms-bitfield and pragma pack The patch ensures that a new storage unit is created when the new bitfield's size is wider than the available bits. rdar://36343145 Differential Revision: https://reviews.llvm.org/D42660 llvm-svn: 323921