Clang change to reflect the FunctionsToImportTy type change
in the llvm changes for D48670.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337051
91177308-0d34-0410-b5e6-
96231b3b80d8
// e.g. record required linkage changes.
if (Summary->modulePath() == M->getModuleIdentifier())
continue;
- // Doesn't matter what value we plug in to the map, just needs an entry
- // to provoke importing by thinBackend.
- ImportList[Summary->modulePath()][GUID] = 1;
+ // Add an entry to provoke importing by thinBackend.
+ ImportList[Summary->modulePath()].insert(GUID);
}
std::vector<std::unique_ptr<llvm::MemoryBuffer>> OwnedImports;