Introduce pipeline execution context

This commit is contained in:
Massimo Fioravanti
2023-11-24 17:37:41 +01:00
parent 5a2e3b2359
commit 86e45461a0
13 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace revng::pipes {
static RegisterFunctionStringMap<DecompiledCCodeInYAMLStringMap> Reg;
void CDecompilation::run(const pipeline::Context &Ctx,
void CDecompilation::run(const pipeline::ExecutionContext &Ctx,
pipeline::LLVMContainer &IRContainer,
DecompiledCCodeInYAMLStringMap &DecompiledFunctions) {