Skip to content

Commit 29ab221

Browse files
committed
Add x86-64-specific API differences
1 parent 06e9cf5 commit 29ab221

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

test/api-digester/Outputs/stability-stdlib-source-x86_64.swift.expected

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@
33
// NOTE: Most differences from the baseline are common across all architectures
44
// should go into stability-stdlib-source-base.swift.expected. Only capture
55
// x86_64-specific differences from the baseline here.
6+
7+
Accessor Float80._Representation._storage.Modify() has return type change from () to inout @yields (Swift.UInt64, Swift.UInt16, Swift.UInt16, Swift.UInt16, Swift.UInt16)
8+
Accessor Float80._value.Modify() has return type change from () to inout @yields Builtin.FPIEEE80
9+
Accessor __VaListBuilder.Header.fp_offset.Modify() has return type change from () to inout @yields Swift.UInt32
10+
Accessor __VaListBuilder.Header.gp_offset.Modify() has return type change from () to inout @yields Swift.UInt32
11+
Accessor __VaListBuilder.Header.overflow_arg_area.Modify() has return type change from () to inout @yields Swift.UnsafeMutablePointer<Swift.Int>?
12+
Accessor __VaListBuilder.Header.reg_save_area.Modify() has return type change from () to inout @yields Swift.UnsafeMutablePointer<Swift.Int>?
13+
Accessor __VaListBuilder.fpRegistersUsed.Modify() has return type change from () to inout @yields Swift.Int
14+
Accessor __VaListBuilder.gpRegistersUsed.Modify() has return type change from () to inout @yields Swift.Int
15+
Accessor __VaListBuilder.header.Modify() has return type change from () to inout @yields Swift.__VaListBuilder.Header
16+
Accessor __VaListBuilder.storage.Modify() has return type change from () to inout @yields Swift.ContiguousArray<Swift.Int>
17+
Accessor _fastEnumerationStorageMutationsTarget.Modify() has return type change from () to inout @yields Swift.UInt
18+
Accessor _playgroundPrintHook.Modify() has return type change from () to inout @yields ((Swift.String) -> ())?

0 commit comments

Comments
 (0)