Commit 481991a
committed
SwiftDriver: use
Use the PIE registrar on Windows when building with the static standard
library. This is important as we will have a loaclly defined
implementation of `swift_addNewDSOImage` and thus cannot use the PIC
version which expects that to be dynamically linked (imported).swiftrtT.obj for static linking on Windows1 parent 75d47e4 commit 481991a
2 files changed
Lines changed: 21 additions & 1 deletion
File tree
- Sources/SwiftDriver/Jobs
- Tests/SwiftDriverTests
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
196 | 201 | | |
197 | 202 | | |
198 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8706 | 8706 | | |
8707 | 8707 | | |
8708 | 8708 | | |
| 8709 | + | |
| 8710 | + | |
| 8711 | + | |
| 8712 | + | |
| 8713 | + | |
| 8714 | + | |
| 8715 | + | |
| 8716 | + | |
| 8717 | + | |
| 8718 | + | |
| 8719 | + | |
| 8720 | + | |
| 8721 | + | |
| 8722 | + | |
| 8723 | + | |
8709 | 8724 | | |
8710 | 8725 | | |
8711 | 8726 | | |
| |||
0 commit comments