mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization: Fix serialization of layout constraints
This commit is contained in:
@@ -261,6 +261,8 @@ enum LayoutRequirementKind : uint8_t {
|
||||
Trivial = 3,
|
||||
RefCountedObject = 4,
|
||||
NativeRefCountedObject = 5,
|
||||
Class = 6,
|
||||
NativeClass = 7
|
||||
};
|
||||
using LayoutRequirementKindField = BCFixed<3>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user