Fix building for LLVM11 (next part)

Change-Id: Ic6cdfeb9a5f2f1dbd06432a4f2721782ed8e760a
This commit is contained in:
Lukasz Wesierski
2020-09-03 19:46:49 -07:00
committed by sys_zuul
parent aad4675dec
commit 4bc9c86169
36 changed files with 361 additions and 173 deletions

View File

@ -150,7 +150,7 @@ bool VariableReuseAnalysis::runOnFunction(Function& F)
.Hash(m_pCtx->hash)
.Type(m_pCtx->type)
.Pass("VariableAlias")
.PostFix(F.getName())
.PostFix(F.getName().str())
.Extension("txt");
printAlias(Debug::Dump(name, Debug::DumpType::DBG_MSG_TEXT).stream(), m_F);
}