Revert "[Symbol] Search symbols with name and type in a symbol file"

It broke MacOS buildbots.

llvm-svn: 346045
This commit is contained in:
Davide Italiano
2018-11-02 21:59:14 +00:00
parent 7fa07e554d
commit 407c6910d4
10 changed files with 24 additions and 93 deletions

View File

@@ -124,6 +124,7 @@ Symtab *ObjectFileJIT::GetSymtab() {
if (delegate_sp)
delegate_sp->PopulateSymtab(this, *m_symtab_ap);
// TODO: get symbols from delegate
m_symtab_ap->Finalize();
}
}
return m_symtab_ap.get();