Add a missing call to GetFileRangeMap. It's absence was causing debug info from .o files to sometimes

not get processed.

<rdar://problem/13406310>

llvm-svn: 176914
This commit is contained in:
Jim Ingham 2013-03-13 00:07:18 +00:00
parent 1ca2f36289
commit 1b57d17e42
1 changed files with 1 additions and 0 deletions

View File

@ -765,6 +765,7 @@ SymbolFileDWARFDebugMap::ResolveSymbolContext (const Address& exe_so_addr, uint3
CompileUnitInfo* comp_unit_info = GetCompileUnitInfoForSymbolWithID (sc.symbol->GetID(), &oso_idx);
if (comp_unit_info)
{
comp_unit_info->GetFileRangeMap(this);
Module *oso_module = GetModuleByCompUnitInfo (comp_unit_info);
if (oso_module)
{