[IR] Drop irProviders from stub generator (corresponding fix for K/N)
(cherry picked from commit 6644c890f562564d514fb06321ee81fb5c656618)
This commit is contained in:
committed by
Vasily Levchenko
parent
ddb5588258
commit
e0ff5ca30a
-1
@@ -235,7 +235,6 @@ internal val psiToIrPhase = konanUnitPhase(
|
||||
.forEach(irProviderForCEnumsAndCStructs::referenceAllEnumsAndStructsFrom)
|
||||
|
||||
val irProviders = listOf(linker)
|
||||
stubGenerator.setIrProviders(irProviders)
|
||||
|
||||
expectDescriptorToSymbol = mutableMapOf<DeclarationDescriptor, IrSymbol>()
|
||||
val module = translator.generateModuleFragment(
|
||||
|
||||
Reference in New Issue
Block a user