mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The availability flags keep increasing the number of characters on the command line overflowing the maximum character length on Windows and making the commands harder to read. This patch moves the generated arguments into a separate response file so that they can continue to grow without running into argument length limitations.