mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Pipeline: reworked cpp container types
This commit is contained in:
committed by
massimofioravanti
parent
48104c404b
commit
f1852166ab
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user