mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When building the standard library statically on Windows, we should not use any __declspec(dllimport) or __declspec(dllexport) on the runtime functions or data. Furthermore, we should internalise all of the standard library functions so that they are not re-exported if used to build a shared library. The code generation changes required for this are easier to identify once a static SDK is available for Windows.