mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Reformat verbose and stack trace printouts for response-files.
This commit is contained in:
@@ -355,9 +355,10 @@ void Job::printCommandLine(raw_ostream &os, StringRef Terminator) const {
|
||||
os << ' ';
|
||||
if (hasResponseFile()) {
|
||||
printArguments(os, {ResponseFileArg});
|
||||
} else {
|
||||
printArguments(os, Arguments);
|
||||
os << " # ";
|
||||
}
|
||||
printArguments(os, Arguments);
|
||||
|
||||
os << Terminator;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user