Files
swift-mirror/lib/Threading
Saleem Abdulrasool 59e465d337 Threading: add a linker directive for Windows autolinking
This library is pulled into the standard library. Add autolinking
directives to enable the use of the library with static linking without
specifying the system dependencies. This is required to enable the user
to use `-static-stdlib` without having to specify all dependencies.
2025-01-17 09:25:11 -08:00
..