File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ add_swift_library(swiftRuntime IS_STDLIB IS_STDLIB_CORE
59
59
Enum.cpp
60
60
ErrorObject.cpp
61
61
Errors.cpp
62
- GlobalObjects.cpp
63
62
Heap.cpp
64
63
HeapObject.cpp
65
64
KnownMetadata.cpp
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ if(SWIFT_HOST_VARIANT MATCHES "${SWIFT_DARWIN_VARIANTS}")
8
8
endif ()
9
9
10
10
add_swift_library(swiftStdlibStubs IS_STDLIB IS_STDLIB_CORE
11
+ GlobalObjects.cpp
11
12
LibcShims.cpp
12
13
Stubs.cpp
13
14
${swift_stubs_objc_sources}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ extern "C" ClassMetadata _TMCs18_EmptyArrayStorage;
26
26
extern " C" _SwiftEmptyArrayStorage _swiftEmptyArrayStorage = {
27
27
// HeapObject header;
28
28
{
29
- &_TMCs18_EmptyArrayStorage, // is-a pointer
29
+ &_TMCs18_EmptyArrayStorage, // isa pointer
30
30
},
31
31
32
32
// _SwiftArrayBodyStorage body;
You can’t perform that action at this time.
0 commit comments