Commit ff3612f
committed
[static-stdlib] Explicit autolink for RegexParser in StringProcessing
_RegexParser is used only in StringProcessing and it's imported with
@_implementationOnly.
Modules imported with @_implementationOnly are not autolinked, so build
system let the importer module how to link it. When building a shared
library, _RegexParser is already linked into StringProcessing. But when
building a static library, it's not. So we need to add autolink entry
explicitly.1 parent d080983 commit ff3612f
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| 50 | + | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
| |||
0 commit comments