llvm-svn: 252605
This commit is contained in:
Aidan Dodds 2015-11-10 14:10:57 +00:00
parent 01c3692a10
commit c78e89962a
1 changed files with 1 additions and 1 deletions

View File

@ -2711,7 +2711,7 @@ SymbolFileDWARF::FindFunctions (const ConstString &name,
// TODO: The arch in the object file isn't correct for MSVC
// binaries on windows, we should find a way to make it
// correct and handle those symbols as well.
if (sc_list.GetSize() == 0)
if (sc_list.GetSize() == original_size)
{
ArchSpec arch;
if (!parent_decl_ctx &&