mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Because Microsoft inlines the definitions of the printf family of functions, we end up with undefined references to them. Add an explicit request to link against the `legacy_stdio_definitions` library when `ucrt.C.stdio` is used which provides out-of-line definitions for them. This fixes the building of the `stdlib/VarArgs' test.
2.5 KiB
2.5 KiB