"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "63c3989f6a39034d1ca0f8ecbd35f79606147746"
[CodeView] Implement support for bitfields in LLVM
CodeView need to know the offset of the storage allocation for a bitfield. Encode this via the "extraData" field in DIDerivedType and introduced a new flag, DIFlagBitField, to indicate whether or not a member is a bitfield. This fixes PR28162. Differential Revision: http://reviews.llvm.org/D21782 llvm-svn: 274200
Loading
Please register or sign in to comment