This commit is contained in:
David Ungar
2019-01-30 17:21:44 -08:00
parent b82694c307
commit 76629f1307

View File

@@ -916,7 +916,8 @@ Driver::buildCompilation(const ToolChain &TC,
std::unique_ptr<Compilation> C;
{
const unsigned DriverBatchSeed = getDriverBatchSeed(*ArgList, Diags);
const Optional<unsigned> DriverBatchCount = getDriverBatchCount(*ArgList, Diags);
const Optional<unsigned> DriverBatchCount =
getDriverBatchCount(*ArgList, Diags);
const Optional<unsigned> DriverBatchSizeLimit =
getDriverBatchSizeLimit(*ArgList, Diags);
const bool SaveTemps = ArgList->hasArg(options::OPT_save_temps);