mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Implement dependent layouts for raw types
Update raw_layout.swift Allow for concrete specializations of raw layout Make test platform agnostic
This commit is contained in:
@@ -512,7 +512,7 @@ namespace {
|
||||
}
|
||||
|
||||
StructLayout performLayout(ArrayRef<const TypeInfo *> fieldTypes) {
|
||||
return StructLayout(IGM, /*decl=*/nullptr, LayoutKind::NonHeapObject,
|
||||
return StructLayout(IGM, /*type=*/ llvm::None, LayoutKind::NonHeapObject,
|
||||
LayoutStrategy::Universal, fieldTypes);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user