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;
47
47
// / 2 - swift_reflection_iterateAsyncTaskAllocations has been replaced by
48
48
// / swift_reflection_asyncTaskSlabPointer and
49
49
// / swift_reflection_asyncTaskSlabAllocations.
50
+ // / 3 - The async task slab size calculation is fixed to account for alignment,
51
+ // / no longer short by 8 bytes.
50
52
SWIFT_REMOTE_MIRROR_LINKAGE extern uint32_t swift_reflection_libraryVersion;
51
53
52
54
// / 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" {
19
19
SWIFT_REMOTE_MIRROR_LINKAGE
20
20
unsigned long long swift_reflection_classIsSwiftMask = 2 ;
21
21
22
- SWIFT_REMOTE_MIRROR_LINKAGE uint32_t swift_reflection_libraryVersion = 2 ;
22
+ SWIFT_REMOTE_MIRROR_LINKAGE uint32_t swift_reflection_libraryVersion = 3 ;
23
23
}
24
24
25
25
#include " swift/Demangling/Demangler.h"
You can’t perform that action at this time.
0 commit comments