| commit | 566b402a131c7a045bb5d4cef8e3131440d5aae2 | [log] [tgz] |
|---|---|---|
| author | Teresa Johnson <tejohnson@google.com> | Wed Jun 06 22:22:13 2018 +0000 |
| committer | Teresa Johnson <tejohnson@google.com> | Wed Jun 06 22:22:13 2018 +0000 |
| tree | 10b2273128afbd598442c87586257638248c5a67 | |
| parent | 4ffc3e7834fa516247d32fe6478a28bb1d303f3a [diff] [blame] |
[ThinLTO/lld] Document constant bool ModuleSummaryIndex parameter (NFC) Makes this consistent with other ModuleSummaryIndex constructor calls. llvm-svn: 334141
diff --git a/lld/ELF/LTO.cpp b/lld/ELF/LTO.cpp index ee55e7c..168bfc9 100644 --- a/lld/ELF/LTO.cpp +++ b/lld/ELF/LTO.cpp
@@ -208,7 +208,7 @@ if (!OS) return; - ModuleSummaryIndex M(false); + ModuleSummaryIndex M(/*HaveGVs*/ false); M.setSkipModuleByDistributedBackend(); WriteIndexToFile(M, *OS);