[FIR2IR] Remove passing excess arguments to jvm backend functions and classes
generateModuleInFrontendIRMode, runBackend FirJvmBackendExtension, ModuleCompilerIrBackendInput
This commit is contained in:
committed by
Space Team
parent
e601b01be2
commit
0f9107c153
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user