[FIR2IR] Remove passing excess arguments to jvm backend functions and classes

generateModuleInFrontendIRMode, runBackend

FirJvmBackendExtension, ModuleCompilerIrBackendInput
This commit is contained in:
Ivan Kochurkin
2023-01-27 16:34:06 +01:00
committed by Space Team
parent e601b01be2
commit 0f9107c153
7 changed files with 7 additions and 20 deletions
@@ -160,7 +160,7 @@ object GenerationUtils {
generationState.oldBEInitTrace(files)
codegenFactory.generateModuleInFrontendIRMode(
generationState, moduleFragment, components.symbolTable, components.irProviders,
fir2IrExtensions, FirJvmBackendExtension(session, components), pluginContext,
fir2IrExtensions, FirJvmBackendExtension(components), pluginContext,
) {}
generationState.factory.done()