Unbreak buildbot.

llvm-svn: 198002
This commit is contained in:
Rui Ueyama 2013-12-25 07:28:34 +00:00
parent 83799741fb
commit 3c849f6a06
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ void PECOFFLinkingContext::addDllExport(ExportDesc &desc) {
return;
}
_dllExports.push_back(desc);
_dllExportSet.insert(desc.name);
_dllExportSet.insert(_dllExports.back().name);
}
void PECOFFLinkingContext::addPasses(PassManager &pm) {