Add option for raw layout to move as its like type

This commit is contained in:
Alejandro Alonso
2024-05-28 14:34:22 -07:00
parent 231f5b5500
commit a9da08ccb6
16 changed files with 239 additions and 14 deletions

View File

@@ -2165,7 +2165,8 @@ namespace decls_block {
BCFixed<1>, // implicit
TypeIDField, // like type
BCVBR<32>, // size
BCVBR<8> // alignment
BCVBR<8>, // alignment
BCFixed<1> // movesAsLike
>;
using SwiftNativeObjCRuntimeBaseDeclAttrLayout = BCRecordLayout<