mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add option for raw layout to move as its like type
This commit is contained in:
@@ -3345,7 +3345,7 @@ class Serializer::DeclSerializer : public DeclVisitor<DeclSerializer> {
|
||||
|
||||
RawLayoutDeclAttrLayout::emitRecord(
|
||||
S.Out, S.ScratchRecord, abbrCode, attr->isImplicit(),
|
||||
typeID, rawSize, rawAlign);
|
||||
typeID, rawSize, rawAlign, attr->shouldMoveAsLikeType());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user