Commit f9a19ae
committed
StdlibUnittest: import _Concurrency explicitly
StdlibUnittest is built with -disable-implicit-concurrency-module-import
and it uses concurrency feature. Therefore, without explicit import,
StdlibUnittest.swiftmodule doesn't have IMPORTED_MODULE entry of
_Concurrency. And it results link-failure when static linking because
swift_Concurrency is not linked.1 parent fa52ea4 commit f9a19ae
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments