File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
tools/swift-reflection-test Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 7a8aa16de2b5e3e0c8a9ade39e5f83af4b4b51a5
2
+ refs/heads/master: b7c10624214e368e967a3c30bdd888099276f15c
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ static
200
200
PipeMemoryReader createPipeMemoryReader () {
201
201
PipeMemoryReader Reader ;
202
202
#if defined(_WIN32 )
203
- if (pipe (Reader .to_child , 256 , _O_BINARY ))
203
+ if (_pipe (Reader .to_child , 256 , _O_BINARY ))
204
204
errnoAndExit ("Couldn't create pipes to child process" );
205
- if (pipe (Reader .from_child , 256 , _O_BINARY ))
205
+ if (_pipe (Reader .from_child , 256 , _O_BINARY ))
206
206
errnoAndExit ("Couldn't create pipes from child process" );
207
207
#else
208
208
if (pipe (Reader .to_child ))
Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ void *$ss32_getErrorEmbeddedNSErrorIndirectyyXlSgSPyxGs0B0RzlF(void *) {
180
180
SWIFT_RUNTIME_STDLIB_INTERNAL
181
181
const long long $SkMp[1 ] = {0 };
182
182
183
+ SWIFT_RUNTIME_STDLIB_INTERNAL
184
+ const long long $sSHMp [1 ] = {0 };
185
+
183
186
// Array
184
187
185
188
SWIFT_RUNTIME_STDLIB_INTERNAL
@@ -190,11 +193,17 @@ const long long $sSaMn[1] = {0};
190
193
SWIFT_RUNTIME_STDLIB_INTERNAL
191
194
const long long $ssSdVMn[1 ] = {0 };
192
195
196
+ SWIFT_RUNTIME_STDLIB_INTERNAL
197
+ const long long $sSDMn [1 ] = {0 };
198
+
193
199
// Set
194
200
195
201
SWIFT_RUNTIME_STDLIB_INTERNAL
196
202
const long long $ssSeVMn[1 ] = {0 };
197
203
204
+ SWIFT_RUNTIME_STDLIB_INTERNAL
205
+ const long long $sShMn [1 ] = {0 };
206
+
198
207
// Mirror
199
208
200
209
// protocol witness table for Swift._ClassSuperMirror : Swift._Mirror in Swift
@@ -273,3 +282,8 @@ MANGLE_SYM(s20_playgroundPrintHookySScSgvg)() {
273
282
return {nullptr , nullptr };
274
283
}
275
284
285
+ // ObjectiveC Bridgeable
286
+
287
+ SWIFT_RUNTIME_STDLIB_INTERNAL
288
+ const long long $ss21_ObjectiveCBridgeableMp[1 ] = {0 };
289
+
You can’t perform that action at this time.
0 commit comments