[PATCH] D42660: [PR32482] Fix bitfield layout for -mms-bitfield and pragma pack

Alex Lorenz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 13:17:06 PST 2018


arphaman added a comment.

Oops, that logic turned out to be incorrect. We simply have to start a new storage unit when the new bitfield's size is wider than the available bits.


Repository:
  rL LLVM

https://reviews.llvm.org/D42660





More information about the llvm-commits mailing list