FIR2IR/MPP: use single SymbolTable during MPP compilation
This commit is contained in:
committed by
Space Team
parent
33daca6809
commit
890e3d1c10
@@ -123,7 +123,11 @@ object GenerationUtils {
|
||||
generateSignatures = false
|
||||
)
|
||||
val fir2IrExtensions = JvmFir2IrExtensions(configuration, JvmIrDeserializerImpl(), JvmIrMangler)
|
||||
val (moduleFragment, components, pluginContext) = firAnalyzerFacade.convertToIr(fir2IrExtensions, dependentComponents = emptyList())
|
||||
val (moduleFragment, components, pluginContext) = firAnalyzerFacade.convertToIr(
|
||||
fir2IrExtensions,
|
||||
dependentComponents = emptyList(),
|
||||
symbolTable = null
|
||||
)
|
||||
val dummyBindingContext = NoScopeRecordCliBindingTrace().bindingContext
|
||||
|
||||
val codegenFactory = JvmIrCodegenFactory(
|
||||
|
||||
Reference in New Issue
Block a user