зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 783942: Format and move comment to line that match code change
This commit is contained in:
Родитель
0dd7649be3
Коммит
c40084093f
|
@ -459,9 +459,10 @@ namespace Tool.SymbolDaemon
|
|||
}
|
||||
else
|
||||
{
|
||||
// Index the file. It might not contain any symbol data. In this case, we will have an empty set.
|
||||
debugEntries = indexer.GetDebugEntries(new System.IO.FileInfo(files[i]), calculateBlobId: false);
|
||||
}
|
||||
// Index the file. It might not contain any symbol data. In this case, we will have an empty set.
|
||||
|
||||
symbols.UnionWith(debugEntries);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче