mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 11:04:49 +00:00
[ThinLTO/gold] Pass import lists by reference (NFC)
In my earlier patch r271690 I missed passing a map by reference in one place. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f22c11f6fb
commit
ca03c97596
@ -1199,7 +1199,7 @@ static void
|
||||
thinLTOBackends(raw_fd_ostream *ApiFile,
|
||||
const ModuleSummaryIndex &CombinedIndex,
|
||||
StringMap<MemoryBufferRef> &ModuleMap,
|
||||
StringMap<FunctionImporter::ImportMapTy> ImportLists) {
|
||||
StringMap<FunctionImporter::ImportMapTy> &ImportLists) {
|
||||
unsigned TaskCount = 0;
|
||||
std::vector<ThinLTOTaskInfo> Tasks;
|
||||
Tasks.reserve(Modules.size());
|
||||
|
Loading…
x
Reference in New Issue
Block a user