File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
include/swift/SwiftRemoteMirror
stdlib/public/SwiftRemoteMirror Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ extern unsigned long long swift_reflection_classIsSwiftMask;
4747// / 2 - swift_reflection_iterateAsyncTaskAllocations has been replaced by
4848// / swift_reflection_asyncTaskSlabPointer and
4949// / swift_reflection_asyncTaskSlabAllocations.
50+ // / 3 - The async task slab size calculation is fixed to account for alignment,
51+ // / no longer short by 8 bytes.
5052SWIFT_REMOTE_MIRROR_LINKAGE extern uint32_t swift_reflection_libraryVersion;
5153
5254// / Get the metadata version supported by the Remote Mirror library.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ extern "C" {
1919SWIFT_REMOTE_MIRROR_LINKAGE
2020unsigned long long swift_reflection_classIsSwiftMask = 2 ;
2121
22- SWIFT_REMOTE_MIRROR_LINKAGE uint32_t swift_reflection_libraryVersion = 2 ;
22+ SWIFT_REMOTE_MIRROR_LINKAGE uint32_t swift_reflection_libraryVersion = 3 ;
2323}
2424
2525#include " swift/Demangling/Demangler.h"
You can’t perform that action at this time.
0 commit comments