mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`line-directive` was expanding response files for the swiftc invocation, which was causing issues on CI when the file list got too long. This changes the script to stop expanding response files and pass them as-is to the swiftc invocation instead. The format for the response files was also incorrect, with each individual file being quoted, so this fixes the CMake script generating those. Finally, this changes `line-directive` to dump the command line on failure.