mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
FindFunctions was skipping the include_symbols section if it found a SymbolVendor.
llvm-svn: 131526
This commit is contained in:
@@ -380,7 +380,7 @@ Module::FindFunctions (const RegularExpression& regex,
|
||||
|
||||
SymbolVendor *symbols = GetSymbolVendor ();
|
||||
if (symbols)
|
||||
return symbols->FindFunctions(regex, append, sc_list);
|
||||
symbols->FindFunctions(regex, append, sc_list);
|
||||
// Now check our symbol table for symbols that are code symbols if requested
|
||||
if (include_symbols)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user