mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Fix build breakage of r257502.
llvm-svn: 257510
This commit is contained in:
@@ -349,7 +349,7 @@ DYLDRendezvous::RemoveSOEntriesFromRemote(LoadedModuleInfoList &module_list)
|
||||
// Only add shared libraries and not the executable.
|
||||
if (!SOEntryIsMainExecutable(entry))
|
||||
{
|
||||
iterator pos = std::find(m_soentries.begin(), m_soentries.end(), entry);
|
||||
auto pos = std::find(m_soentries.begin(), m_soentries.end(), entry);
|
||||
if (pos == m_soentries.end())
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user