Commit 02a7936
committed
[NFC] Write lnk file dynamically from cmake.
Instead of copying a static file from the repository, do what the
cmakefile already does for static-stdlib-args.lnk and generate it
dynamically. This means we can utilize the libicu flags set from the
prior commit rather than requiring libicu be built as part of the Swift
build just to ensure that the static link flags are correct.1 parent 39bb1b2 commit 02a7936
File tree
2 files changed
+17
-25
lines changed- stdlib/public/runtime
- utils
2 files changed
+17
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
155 | 163 | | |
156 | 164 | | |
157 | 165 | | |
| |||
This file was deleted.
0 commit comments