Pipeline: reworked cpp container types

This commit is contained in:
Massimo Fioravanti
2022-09-07 18:41:04 +02:00
committed by massimofioravanti
parent 48104c404b
commit f1852166ab
14 changed files with 77 additions and 43 deletions
+2 -1
View File
@@ -1768,9 +1768,10 @@ static std::string decompileFunction(const llvm::Function &LLVMFunc,
return Result;
}
using Container = revng::pipes::DecompiledCCodeInYAMLStringMap;
void decompile(llvm::Module &Module,
const model::Binary &Model,
revng::pipes::FunctionStringMap &DecompiledFunctions) {
Container &DecompiledFunctions) {
if (Log.isEnabled())
writeToFile(Model.toString(), "model-during-c-codegen.yaml");