diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index bdacf0d209f..9144e2bbc45 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -1199,7 +1199,7 @@ static void thinLTOBackends(raw_fd_ostream *ApiFile, const ModuleSummaryIndex &CombinedIndex, StringMap &ModuleMap, - StringMap ImportLists) { + StringMap &ImportLists) { unsigned TaskCount = 0; std::vector Tasks; Tasks.reserve(Modules.size());