mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
The swift driver emits extra newlines because it applies the LF -> CRLF conversions again on the outpt from the child processes. Fix it by using the binary mode when outputting the output from the child processes. Fixes: #64413