mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Introduce pipeline execution context
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user