[IR] Avoid depending from fir2ir on ir.actualization module
^KT-62292
This commit is contained in:
committed by
Space Team
parent
cf6792ec65
commit
021a00f4ff
@@ -176,7 +176,7 @@ object GenerationUtils {
|
||||
generationState.oldBEInitTrace(files)
|
||||
codegenFactory.generateModuleInFrontendIRMode(
|
||||
generationState, moduleFragment, components.symbolTable, components.irProviders,
|
||||
fir2IrExtensions, FirJvmBackendExtension(components, irActualizedResult = null), pluginContext,
|
||||
fir2IrExtensions, FirJvmBackendExtension(components, actualizedExpectDeclarations = null), pluginContext,
|
||||
) {}
|
||||
|
||||
generationState.factory.done()
|
||||
|
||||
Reference in New Issue
Block a user