mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add option for raw layout to move as its like type
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user