thebrowsercompany / swift-build

Swift toolchain builds by The Browser Company
360 stars 10 forks source link

Improve static linking support for Windows #97

Open compnerd opened 11 months ago

compnerd commented 11 months ago

The support for statically linking modules in Swift on Windows is currently not entirely correct. There are still cases where we incorrectly form calls to functions through the IAT when they should be locally visible as the module is statically linked.