llvm-project/clang/test/CodeGenCXX/Inputs/override-bit-field-layout.layout
Richard Smith 83a4c87cf9 Use external layout information to layout bit-fields for MS ABI.
Patch by Aleksandr Urakov!

Differential Revision: https://reviews.llvm.org/D49227

llvm-svn: 337047
2018-07-13 21:07:42 +00:00

17 lines
244 B
Plaintext

*** Dumping AST Record Layout
Type: struct S1
Layout: <ASTRecordLayout
Size:16
Alignment:16
FieldOffsets: [0, 11]>
*** Dumping AST Record Layout
Type: struct S2
Layout: <ASTRecordLayout
Size:128
Alignment:64
FieldOffsets: [64]>