mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #73955 from Azoy/show-me-those-moves
[IRGen] Add option for raw layout to move as its like type
This commit is contained in:
@@ -2166,7 +2166,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