[BatchMode] Make InvocationInfo and Job support multiple FilelistInfos, NFC.

This commit is contained in:
Graydon Hoare
2018-01-19 15:15:08 -08:00
parent 22775c87a9
commit d74c1a512a
5 changed files with 53 additions and 51 deletions

View File

@@ -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