forked from OSchip/llvm-project
parent
c08a5e7e8b
commit
90de801caa
|
@ -81,13 +81,6 @@ public:
|
|||
m_default_mm_ap->setPoisonMemory (poison);
|
||||
}
|
||||
|
||||
virtual void *getPointerToNamedFunction(const std::string &Name,
|
||||
bool AbortOnFailure = true)
|
||||
{
|
||||
return m_default_mm_ap->getPointerToNamedFunction(Name,
|
||||
AbortOnFailure);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------
|
||||
/// Passthrough interface stub
|
||||
//------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue