mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[BatchMode] Make InvocationInfo and Job support multiple FilelistInfos, NFC.
This commit is contained in:
@@ -121,7 +121,7 @@ ToolChain::constructJob(const JobAction &JA,
|
||||
executablePath,
|
||||
std::move(invocationInfo.Arguments),
|
||||
std::move(invocationInfo.ExtraEnvironment),
|
||||
std::move(invocationInfo.FilelistInfo));
|
||||
std::move(invocationInfo.FilelistInfos));
|
||||
}
|
||||
|
||||
std::string
|
||||
|
||||
Reference in New Issue
Block a user