forked from OSchip/llvm-project
[ThinLTO/lld] Document constant bool ModuleSummaryIndex parameter (NFC)
Makes this consistent with other ModuleSummaryIndex constructor calls. llvm-svn: 334141
This commit is contained in:
parent
4ffc3e7834
commit
566b402a13
|
@ -208,7 +208,7 @@ static void createEmptyIndex(StringRef ModulePath) {
|
|||
if (!OS)
|
||||
return;
|
||||
|
||||
ModuleSummaryIndex M(false);
|
||||
ModuleSummaryIndex M(/*HaveGVs*/ false);
|
||||
M.setSkipModuleByDistributedBackend();
|
||||
WriteIndexToFile(M, *OS);
|
||||
|
||||
|
|
Loading…
Reference in New Issue